]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed source code indentation.
authorrousskov <>
Tue, 24 Jul 2007 04:30:20 +0000 (04:30 +0000)
committerrousskov <>
Tue, 24 Jul 2007 04:30:20 +0000 (04:30 +0000)
src/ICAP/ICAPServiceRep.cc

index 8553fca81980d954602cd2acbd72a1535e57e83d..1ed64033396954282daa41d9bd73a1fa5184d425 100644 (file)
@@ -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;