Skip to content

Commit

Permalink
Small formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Dec 14, 2014
1 parent c9f5d7e commit 5a7f2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/game_initialization/multiplayer_create.cpp
Expand Up @@ -273,8 +273,7 @@ void create::process_event()
return;
}
}
catch(config::error&)
{
catch(config::error&) {
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/savegame.cpp
Expand Up @@ -405,7 +405,7 @@ bool savegame::save_game_interactive(CVideo& video, const std::string& message,

res = show_save_dialog(video, message, dialog_type);

if (res == gui2::twindow::OK){
if (res == gui2::twindow::OK) {
exit = check_overwrite(video);

return false;
Expand Down

0 comments on commit 5a7f2be

Please sign in to comment.