]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 4 Sep 2011 18:53:36 +0000 (12:53 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sun, 4 Sep 2011 18:53:36 +0000 (12:53 -0600)
src/ipc/Coordinator.cc

index 91b8d9ee4406b9ae120fb0495122cc89982a04b4..35231c02d00b8b493f70b584a4b82e82cf6e821a 100644 (file)
@@ -66,9 +66,9 @@ void Ipc::Coordinator::registerStrand(const StrandCoord& strand)
         if (i->tag == strand.tag) {
             notifySearcher(*i, strand);
             i = searchers.erase(i);
-               } else {
+        } else {
             ++i;
-               }
+        }
     }
 }
 
@@ -195,7 +195,7 @@ Ipc::Coordinator::handleSearchRequest(const Ipc::StrandSearchRequest &request)
     if (strand) {
         notifySearcher(request, *strand);
         return;
-       }
+    }
 
     searchers.push_back(request);
     debugs(54, 3, HERE << "cannot yet tell kid" << request.requestorId <<