added missing newline
This commit is contained in:
parent
d8b3043297
commit
1ef8c37590
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ namespace wesnothd {
|
|||
|
||||
if (!groups.empty())
|
||||
{
|
||||
out << "ban groups:\n";
|
||||
out << "\nban groups:\n";
|
||||
|
||||
out << *groups.begin();
|
||||
std::ostream& (*fn)(std::ostream&,const std::string&) = &std::operator<<;
|
||||
|
|
Loading…
Add table
Reference in a new issue