]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 12 Oct 2011 02:15:19 +0000 (20:15 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 12 Oct 2011 02:15:19 +0000 (20:15 -0600)
src/client_side.cc

index 146f6c033148c2997a9d728f68a42b41b137b083..cee1e61a9414b2edbe029998a6653581c951df53 100644 (file)
@@ -3828,7 +3828,8 @@ ConnStateData::startClosing(const char *reason)
 }
 
 void
-ConnStateData::expectNoForwarding() {
+ConnStateData::expectNoForwarding()
+{
     if (bodyPipe != NULL) {
         debugs(33, 4, HERE << "no consumer for virgin body " << bodyPipe->status());
         bodyPipe->expectNoConsumption();