From: Automatic source maintenance Date: Thu, 8 Apr 2010 00:12:58 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_2_0_1~311 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e5f247c3a5822aef1ee6c280500c65c81396375;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/HttpRequest.cc b/src/HttpRequest.cc index e6f8e93dc8..40ccc86fe9 100644 --- a/src/HttpRequest.cc +++ b/src/HttpRequest.cc @@ -623,7 +623,7 @@ HttpRequest::getRangeOffsetLimit() /* -2 is the starting value of rangeOffsetLimit. * If it is -2, that means we haven't checked it yet. * Otherwise, return the current value */ - if(rangeOffsetLimit != -2) + if (rangeOffsetLimit != -2) return rangeOffsetLimit; rangeOffsetLimit = 0; // default value for rangeOffsetLimit