added missing newline
This commit is contained in:
parent
cb838c4896
commit
8e98cd3edd
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,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