summaryrefslogtreecommitdiff
path: root/window.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-23 13:09:35 +0000
committertron <tron@openttd.org>2005-01-23 13:09:35 +0000
commit44f48ce91507e61eea706e836c68d041b4bb179f (patch)
tree8a25bb5502579aea9f2dd0b2af81bd353a8af767 /window.c
parent80131e1e4a75516145d84a10e99b596a6e85a908 (diff)
downloadopenttd-44f48ce91507e61eea706e836c68d041b4bb179f.tar.xz
(svn r1610) Remove trailing whitespace (last time ever, i hope)
Diffstat (limited to 'window.c')
-rw-r--r--window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/window.c b/window.c
index 61353b9ab..737f93ced 100644
--- a/window.c
+++ b/window.c
@@ -52,8 +52,8 @@ void DispatchLeftClickEvent(Window *w, int x, int y) {
if (e.click.widget == 0) { /* 'X' */
DeleteWindow(w);
return;
- }
-
+ }
+
if (e.click.widget == 1) /* 'Title bar' */
StartWindowDrag(w);
}