]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Sat, 11 Mar 2017 00:12:13 +0000 (00:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Sat, 11 Mar 2017 00:12:13 +0000 (00:12 +0000)
src/http/Message.h

index 246d5bbe8a803d57ef65fadd11fbe74df000cda1..8f2944c9b907ecb94d7e3c97cdc8affad8c4a128 100644 (file)
@@ -146,7 +146,7 @@ HTTPMSGUNLOCK(Http::Message *a)
     if (a) {
         if (a->unlock() == 0)
             delete a;
-       a = nullptr;
+        a = nullptr;
     }
 }