Small indent fixup for 7adf43a4a2

This commit is contained in:
Charles Dang 2016-03-01 02:11:04 +11:00
parent 7adf43a4a2
commit ce8ca0a9df

View file

@ -643,7 +643,7 @@ ingame_savegame::ingame_savegame(saved_game &gamestate,
void ingame_savegame::create_filename()
{
set_filename((formatter() << gamestate().classification().label
<< " " << _("Turn") << " " << gamestate().get_starting_pos()["turn_at"]).str());
<< " " << _("Turn") << " " << gamestate().get_starting_pos()["turn_at"]).str());
}
void ingame_savegame::write_game(config_writer &out) {