From 53bed5e59a802f527a22d940d830543726403f1e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 5 Feb 2003 07:11:46 +0000 Subject: [PATCH] 80 cols --- otk/timer.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/otk/timer.cc b/otk/timer.cc index d6bd1ee3..2fbeaf85 100644 --- a/otk/timer.cc +++ b/otk/timer.cc @@ -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); -- 2.39.2