From 1220439a85b714e081c04986ba711f229be2f940 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 1 Oct 2001 18:11:33 +0000 Subject: [PATCH] cosmetic --- src/libCom/timer/timer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libCom/timer/timer.cpp b/src/libCom/timer/timer.cpp index 0e0a7d625..26f5d0bb2 100644 --- a/src/libCom/timer/timer.cpp +++ b/src/libCom/timer/timer.cpp @@ -123,8 +123,8 @@ void timer::privateCancel () { while ( true ) { if ( this->curState == statePending ) { - if ( this->queue.timerList.first() == this ) { - this->queue.notify.reschedule (); + if ( this->queue.timerList.first() == this ) { + this->queue.notify.reschedule (); } this->queue.timerList.remove ( *this ); this->curState = stateLimbo;