Skip to content

Commit

Permalink
Remove trailing white-space.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Wedge009 committed Aug 27, 2019
1 parent 9dd6f70 commit 2ed6803
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/dialogs/multiplayer/lobby.cpp
Expand Up @@ -300,7 +300,7 @@ void mp_lobby::update_gamelist_diff()

if(game.display_status == mp::game_info::NEW) {
// call void do_notify(notify_mode mode, const std::string& sender, const std::string& message)
// sender will be the game_info.scenario (std::string) and message will be game_info.name (std::string)
// sender will be the game_info.scenario (std::string) and message will be game_info.name (std::string)
do_notify(mp::NOTIFY_GAME_CREATED, game.scenario, game.name);

LOG_LB << "Adding game to listbox " << game.id << "\n";
Expand Down
1 change: 0 additions & 1 deletion src/mp_ui_alerts.cpp
Expand Up @@ -67,7 +67,6 @@ void game_created(const std::string & scenario, const std::string & name)
const std::string message = VGETTEXT("A game ($name|, $scenario|) has been created", {{"name", name}, {"scenario", scenario}});
desktop::notifications::send(_("Wesnoth"), message, desktop::notifications::OTHER);
}

}

void player_joins(bool is_lobby)
Expand Down

0 comments on commit 2ed6803

Please sign in to comment.