From: Automatic source maintenance Date: Wed, 28 Oct 2009 00:12:54 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_2_0_1~644 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15f1c21872fe55077d70cc44cdf8f439e1147d46;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/store_swapmeta.cc b/src/store_swapmeta.cc index 77045253fe..0fa50acaf4 100644 --- a/src/store_swapmeta.cc +++ b/src/store_swapmeta.cc @@ -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);