]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Tue, 4 Oct 2016 18:12:15 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Tue, 4 Oct 2016 18:12:15 +0000 (18:12 +0000)
src/ip/Intercept.cc

index d2018b11f40aff7fbdd2ae3b89aae7cf0a8372dc..4b2e8f623e1a71768f1988d6b4865706818f9aeb 100644 (file)
@@ -215,7 +215,8 @@ Ip::Intercept::IpfInterception(const Comm::ConnectionPointer &newConn, int silen
         natLookup.nl_v = 6;
         newConn->local.getInAddr(natLookup.nl_inipaddr.in6);
         newConn->remote.getInAddr(natLookup.nl_outipaddr.in6);
-    } else {
+    }
+    else {
         natLookup.nl_v = 4;
         newConn->local.getInAddr(natLookup.nl_inipaddr.in4);
         newConn->remote.getInAddr(natLookup.nl_outipaddr.in4);