From da5fb0cf7e4fadd9767f838350c1a98383b3cd7c Mon Sep 17 00:00:00 2001 From: belugas Date: Tue, 17 Jun 2008 02:33:42 +0000 Subject: (svn r13541) -Codechange: Aligning some switch case. Code cosmetics. --- src/toolbar_gui.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp index cd892cec3..10cf8b1ff 100644 --- a/src/toolbar_gui.cpp +++ b/src/toolbar_gui.cpp @@ -162,11 +162,11 @@ static void ToolbarOptionsClick(Window *w) static void MenuClickSettings(int index) { switch (index) { - case 0: ShowGameOptions(); return; - case 1: ShowGameDifficulty(); return; - case 2: ShowPatchesSelection(); return; - case 3: ShowNewGRFSettings(!_networking, true, true, &_grfconfig); return; - case 4: ShowTransparencyToolbar(); break; + case 0: ShowGameOptions(); return; + case 1: ShowGameDifficulty(); return; + case 2: ShowPatchesSelection(); return; + case 3: ShowNewGRFSettings(!_networking, true, true, &_grfconfig); return; + case 4: ShowTransparencyToolbar(); break; case 6: ToggleBit(_display_opt, DO_SHOW_TOWN_NAMES); break; case 7: ToggleBit(_display_opt, DO_SHOW_STATION_NAMES); break; -- cgit v1.2.3-54-g00ecf