summaryrefslogtreecommitdiff
path: root/openbox/mainloop.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2004-03-20 15:48:38 +0000
committerMikael Magnusson <mikachu@comhem.se>2004-03-20 15:48:38 +0000
commit8a3bfe527c5204271b218d0a6a3789a88a5d1c7c (patch)
tree4a60a74c51087016529ec21f5c20525ef12f36ac /openbox/mainloop.c
parent0e6161b0d4953b81273200fd31bd9c14fac4981b (diff)
whitespace changes
Diffstat (limited to 'openbox/mainloop.c')
-rw-r--r--openbox/mainloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/mainloop.c b/openbox/mainloop.c
index 5e053da4..75538863 100644
--- a/openbox/mainloop.c
+++ b/openbox/mainloop.c
@@ -667,7 +667,7 @@ static void timer_dispatch(ObMainLoop *loop, GTimeVal **wait)
g_free(curr);
continue;
}
-
+
/* the queue is sorted, so if this timer shouldn't fire, none are
ready */
if (timecompare(&NEAREST_TIMEOUT(loop), &loop->now) < 0)