From 64ac7d053748494b3a8d0be9f1d55f6f5b9f1a90 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 5 Feb 2003 07:14:22 +0000 Subject: [PATCH] 80 cols --- otk/timer.cc | 5 +++-- 1 file 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(); -- 2.39.2