]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Sun, 9 Oct 2016 00:14:14 +0000 (00:14 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Sun, 9 Oct 2016 00:14:14 +0000 (00:14 +0000)
src/ip/Intercept.cc

index c188752b45878bf1b44463fe5bbe00b53dce6387..e197d6a4bdc41a1c7d4b169860415c066dd965c8 100644 (file)
@@ -214,7 +214,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);