]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 22 May 2012 00:39:25 +0000 (18:39 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 22 May 2012 00:39:25 +0000 (18:39 -0600)
src/HttpStatusLine.cc

index 5f6676fdd0c4f69f83d38c0e31c9bb419677106a..7278346a930c0e2935f3c85e202aa69183620620 100644 (file)
@@ -320,7 +320,7 @@ httpStatusString(http_status status)
         p = "HTTP Version not supported";
         break;
 
-    // RFC 6585
+        // RFC 6585
     case HTTP_PRECONDITION_REQUIRED: // 428
         p = "Precondition Required";
         break;