]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 28 Oct 2009 00:12:54 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 28 Oct 2009 00:12:54 +0000 (18:12 -0600)
src/store_swapmeta.cc

index 77045253fe8fa3960f16219558414fc02f13ae98..0fa50acaf48f080afda4a751027ca25a2cd044d1 100644 (file)
@@ -91,13 +91,13 @@ storeSwapMetaBuild(StoreEntry * e)
 
 
     if (objsize >= 0) {
-       T = StoreMeta::Add(T, t);
-       t = StoreMeta::Factory(STORE_META_OBJSIZE, sizeof(objsize), &objsize);
+        T = StoreMeta::Add(T, t);
+        t = StoreMeta::Factory(STORE_META_OBJSIZE, sizeof(objsize), &objsize);
 
-       if (!t) {
-           storeSwapTLVFree(TLV);
-           return NULL;
-       }
+        if (!t) {
+            storeSwapTLVFree(TLV);
+            return NULL;
+        }
     }
 
     T = StoreMeta::Add(T, t);