]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 24 May 2010 00:20:00 +0000 (18:20 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 24 May 2010 00:20:00 +0000 (18:20 -0600)
src/adaptation/ecap/MessageRep.cc

index 5481983de0fd672300ef349b96d73c682a8cc1aa..795769e0df1f16d97c18c99346b9fe97944255ed 100644 (file)
@@ -39,7 +39,7 @@ Adaptation::Ecap::HeaderRep::value(const Name &name) const
                          theHeader.getByName(name.image().c_str()) :
                          theHeader.getStrOrList(squidId);
     return value.defined() ?
-        Value::FromTempString(value.termedBuf()) : Value();
+           Value::FromTempString(value.termedBuf()) : Value();
 }
 
 void