From: Dana Jansens Date: Wed, 5 Feb 2003 07:14:22 +0000 (+0000) Subject: 80 cols X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=64ac7d053748494b3a8d0be9f1d55f6f5b9f1a90;p=chaz%2Fopenbox 80 cols --- 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();