summaryrefslogtreecommitdiff
path: root/dock_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-02-01 07:36:15 +0000
committertron <tron@openttd.org>2006-02-01 07:36:15 +0000
commit84fb96fe85e75b038b527471428189170021f8b7 (patch)
treea7d69d6390e8880d090f15560161694c3ce6126d /dock_gui.c
parent22dc05faf2219f6e3803f9cbff92249823bb11eb (diff)
downloadopenttd-84fb96fe85e75b038b527471428189170021f8b7.tar.xz
(svn r3511) More whitespace ([FS#46] by Rubidium)
Diffstat (limited to 'dock_gui.c')
-rw-r--r--dock_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dock_gui.c b/dock_gui.c
index 14eb90ee9..4f5e47d43 100644
--- a/dock_gui.c
+++ b/dock_gui.c
@@ -115,7 +115,7 @@ static OnButtonClick * const _build_docks_button_proc[] = {
static void BuildDocksToolbWndProc(Window *w, WindowEvent *e)
{
- switch(e->event) {
+ switch (e->event) {
case WE_PAINT:
DrawWindowWidgets(w);
break;