From: rousskov <> Date: Tue, 24 Jul 2007 04:30:20 +0000 (+0000) Subject: Fixed source code indentation. X-Git-Tag: SQUID_3_0_PRE7~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04d7694814089b819c1eeeb70f7eaddcd42bf7bf;p=thirdparty%2Fsquid.git Fixed source code indentation. --- diff --git a/src/ICAP/ICAPServiceRep.cc b/src/ICAP/ICAPServiceRep.cc index 8553fca819..1ed6403339 100644 --- a/src/ICAP/ICAPServiceRep.cc +++ b/src/ICAP/ICAPServiceRep.cc @@ -477,9 +477,9 @@ void ICAPServiceRep::scheduleUpdate(time_t when) if (updateScheduled) { debugs(93,7, "ICAPService reschedules update"); // XXX: check whether the event is there because AR saw - // an unreproducible eventDelete assertion on 2007/06/18 + // an unreproducible eventDelete assertion on 2007/06/18 if (eventFind(&ICAPServiceRep_noteTimeToUpdate, this)) - eventDelete(&ICAPServiceRep_noteTimeToUpdate, this); + eventDelete(&ICAPServiceRep_noteTimeToUpdate, this); else debugs(93,1, "XXX: ICAPService lost an update event."); updateScheduled = false;