From 15f1c21872fe55077d70cc44cdf8f439e1147d46 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Tue, 27 Oct 2009 18:12:54 -0600 Subject: [PATCH] SourceFormat Enforcement --- src/store_swapmeta.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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); -- 2.47.3