]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 8 Apr 2010 00:12:58 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 8 Apr 2010 00:12:58 +0000 (18:12 -0600)
src/HttpRequest.cc

index e6f8e93dc89565190918cab28ca2e49204b70d66..40ccc86fe9636841965481c4d835010ee1cb395b 100644 (file)
@@ -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