]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 23 Oct 2011 00:16:42 +0000 (18:16 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 23 Oct 2011 00:16:42 +0000 (18:16 -0600)
src/Server.cc

index 54e1a2d8dfa5a998c43c5f5f96d66c5029f83000..754c49a525ff75d1113ea904556ce0688fbe8100 100644 (file)
@@ -217,11 +217,11 @@ bool ServerStateData::doneAll() const
 {
     return  doneWithServer() &&
 #if USE_ADAPTATION
-        doneWithAdaptation() &&
-        Adaptation::Initiator::doneAll() &&
-        BodyProducer::doneAll() &&
+            doneWithAdaptation() &&
+            Adaptation::Initiator::doneAll() &&
+            BodyProducer::doneAll() &&
 #endif
-        BodyConsumer::doneAll();
+            BodyConsumer::doneAll();
 }
 
 // FTP side overloads this to work around multiple calls to fwd->complete