80 cols
authorDana Jansens <danakj@orodu.net>
Wed, 5 Feb 2003 07:14:22 +0000 (07:14 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 5 Feb 2003 07:14:22 +0000 (07:14 +0000)
otk/timer.cc

index 2fbeaf8..ceee8f2 100644 (file)
@@ -63,8 +63,9 @@ void Timer::dispatchTimers(bool wait)
 
   while (!_q.empty()) {
     curr = _q.top();
-    /* since we overload the destructor to keep from removing from the middle of 
-       the priority queue, set _del_me, we have to do our real delete in here.
+    /* since we overload the destructor to keep from removing from the middle
+       of the priority queue, set _del_me, we have to do our real delete in
+       here.
     */
     if (curr->_del_me) {
       _q.pop();