summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-05 07:14:22 +0000
committerDana Jansens <danakj@orodu.net>2003-02-05 07:14:22 +0000
commit64ac7d053748494b3a8d0be9f1d55f6f5b9f1a90 (patch)
tree9e0314ba3c6dc8839670e647013c42be161bdf18 /otk
parent53bed5e59a802f527a22d940d830543726403f1e (diff)
80 cols
Diffstat (limited to 'otk')
-rw-r--r--otk/timer.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/otk/timer.cc b/otk/timer.cc
index 2fbeaf85..ceee8f2a 100644
--- a/otk/timer.cc
+++ b/otk/timer.cc
@@ -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();