]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Wed, 23 Sep 2015 18:11:57 +0000 (18:11 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Wed, 23 Sep 2015 18:11:57 +0000 (18:11 +0000)
src/ssl/PeerConnector.cc

index ea67d77285f0c1544c6fdfea6b43a22f15205598..c265473f430fb808e97e902c186bb1939c208354 100644 (file)
@@ -221,8 +221,8 @@ void
 Ssl::PeekingPeerConnector::checkForPeekAndSpliceDone(allow_t answer)
 {
     const Ssl::BumpMode finalAction = (answer.code == ACCESS_ALLOWED) ?
-        static_cast<Ssl::BumpMode>(answer.kind):
-        checkForPeekAndSpliceGuess();
+                                      static_cast<Ssl::BumpMode>(answer.kind):
+                                      checkForPeekAndSpliceGuess();
     checkForPeekAndSpliceMatched(finalAction);
 }