diff --git a/main_gui.c b/main_gui.c --- a/main_gui.c +++ b/main_gui.c @@ -1687,7 +1687,7 @@ static void ScenEditIndustryWndProc(Wind { int button; - switch(e->event) { + switch (e->event) { case WE_PAINT: DrawWindowWidgets(w); break; @@ -1850,7 +1850,7 @@ static ToolbarButtonProc* const _toolbar static void MainToolbarWndProc(Window *w, WindowEvent *e) { - switch(e->event) { + switch (e->event) { case WE_PAINT: { // Draw brown-red toolbar bg. @@ -2057,7 +2057,7 @@ static ToolbarButtonProc* const _scen_to static void ScenEditToolbarWndProc(Window *w, WindowEvent *e) { - switch(e->event) { + switch (e->event) { case WE_PAINT: /* XXX look for better place for these */ if (_date <= MinDate) { @@ -2286,7 +2286,7 @@ extern void UpdateAllStationVirtCoord(vo static void MainWindowWndProc(Window *w, WindowEvent *e) { int off_x; - switch(e->event) { + switch (e->event) { case WE_PAINT: DrawWindowViewport(w); if (_game_mode == GM_MENU) {