From 84fb96fe85e75b038b527471428189170021f8b7 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 1 Feb 2006 07:36:15 +0000 Subject: (svn r3511) More whitespace ([FS#46] by Rubidium) --- dock_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dock_gui.c') 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; -- cgit v1.2.3-54-g00ecf