(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces.

This commit is contained in:
rubidium
2007-04-18 22:41:53 +00:00
parent 7577954ced
commit 2ce514284c
21 changed files with 49 additions and 49 deletions

View File

@@ -227,7 +227,7 @@ static void BuildRoadToolbWndProc(Window *w, WindowEvent *e)
case WE_CLICK: {
if (e->we.click.widget >= 3) _build_road_button_proc[e->we.click.widget - 3](w);
} break;
} break;
case WE_KEYPRESS:
switch (e->we.keypress.keycode) {
@@ -411,7 +411,7 @@ static void BuildRoadDepotWndProc(Window *w, WindowEvent *e)
SetWindowDirty(w);
break;
}
} break;
} break;
case WE_MOUSELOOP:
if (WP(w, def_d).close) DeleteWindow(w);