]> Dogcows Code - chaz/openbox/commitdiff
80 cols
authorDana Jansens <danakj@orodu.net>
Wed, 5 Feb 2003 07:11:46 +0000 (07:11 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 5 Feb 2003 07:11:46 +0000 (07:11 +0000)
otk/timer.cc

index d6bd1ee3d436810c13bf4bbfb909aa37bb5a851c..2fbeaf858f276277dafcce49e0710281f7721690 100644 (file)
@@ -77,9 +77,9 @@ void Timer::dispatchTimers(bool wait)
     if (!timercmp(&_now, &_nearest_timeout, >))
       break;
 
-    /* we set the last fired time to delay msec after the previous firing, then 
-       re-insert.  timers maintain their order and may trigger more than once if 
-       they've waited more than one delay's worth of time.
+    /* we set the last fired time to delay msec after the previous firing, then
+       re-insert.  timers maintain their order and may trigger more than once
+       if they've waited more than one delay's worth of time.
     */
     _q.pop();
     timevalAdd(curr->_last, curr->_delay);
This page took 0.027248 seconds and 4 git commands to generate.