From 2752e5ed2ed94eef248d6b926e69c0951c1c0888 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Mon, 7 Feb 2011 22:29:45 -0700 Subject: [PATCH] SourceFormat Enforcement --- src/adaptation/ecap/MessageRep.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/adaptation/ecap/MessageRep.cc b/src/adaptation/ecap/MessageRep.cc index f7ebd4b6ff..8acf3798ed 100644 --- a/src/adaptation/ecap/MessageRep.cc +++ b/src/adaptation/ecap/MessageRep.cc @@ -50,7 +50,7 @@ Adaptation::Ecap::HeaderRep::add(const Name &name, const Value &value) theHeader.addEntry(e); if (squidId == HDR_CONTENT_LENGTH) - theMessage.content_length = theHeader.getInt64(HDR_CONTENT_LENGTH); + theMessage.content_length = theHeader.getInt64(HDR_CONTENT_LENGTH); } void @@ -63,7 +63,7 @@ Adaptation::Ecap::HeaderRep::removeAny(const Name &name) theHeader.delById(squidId); if (squidId == HDR_CONTENT_LENGTH) - theMessage.content_length = theHeader.getInt64(HDR_CONTENT_LENGTH); + theMessage.content_length = theHeader.getInt64(HDR_CONTENT_LENGTH); } libecap::Area -- 2.47.2