From 692bce8507614028e8d854f2cb6a3791df2f61ed Mon Sep 17 00:00:00 2001 From: Lethosor Date: Sun, 24 Dec 2017 13:50:54 -0500 Subject: [PATCH] Tabs to spaces --- library/RemoteTools.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/library/RemoteTools.cpp b/library/RemoteTools.cpp index 90f4104ca..e29220fb7 100644 --- a/library/RemoteTools.cpp +++ b/library/RemoteTools.cpp @@ -395,17 +395,17 @@ static command_result GetWorldInfo(color_ostream &stream, { case game_type::DWARF_MAIN: case game_type::DWARF_RECLAIM: - case game_type::DWARF_UNRETIRE: - out->set_mode(GetWorldInfoOut::MODE_DWARF); + case game_type::DWARF_UNRETIRE: + out->set_mode(GetWorldInfoOut::MODE_DWARF); out->set_civ_id(ui->civ_id); out->set_site_id(ui->site_id); out->set_group_id(ui->group_id); out->set_race_id(ui->race_id); break; - case game_type::ADVENTURE_MAIN: - case game_type::ADVENTURE_ARENA: - out->set_mode(GetWorldInfoOut::MODE_ADVENTURE); + case game_type::ADVENTURE_MAIN: + case game_type::ADVENTURE_ARENA: + out->set_mode(GetWorldInfoOut::MODE_ADVENTURE); if (auto unit = vector_get(world->units.active, 0)) out->set_player_unit_id(unit->id);