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