(svn r1610) Remove trailing whitespace (last time ever, i hope)

This commit is contained in:
tron
2005-01-23 13:09:35 +00:00
parent 80131e1e4a
commit 44f48ce915
16 changed files with 39 additions and 39 deletions

View File

@@ -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);
}