diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2004-03-20 15:48:38 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2004-03-20 15:48:38 +0000 |
| commit | 8a3bfe527c5204271b218d0a6a3789a88a5d1c7c (patch) | |
| tree | 4a60a74c51087016529ec21f5c20525ef12f36ac /openbox/mainloop.c | |
| parent | 0e6161b0d4953b81273200fd31bd9c14fac4981b (diff) | |
whitespace changes
Diffstat (limited to 'openbox/mainloop.c')
| -rw-r--r-- | openbox/mainloop.c | 2 |
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) |
