]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Fri, 15 May 2015 06:12:06 +0000 (06:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Fri, 15 May 2015 06:12:06 +0000 (06:12 +0000)
src/http/RequestMethod.cc

index 1c01eb2a4dded4e17de8260654be0f2c3e795c1c..d06ebf20fa7232f21e6fdae6c18b3035f5ef1253 100644 (file)
@@ -142,8 +142,8 @@ HttpRequestMethod::isHttpSafe() const
     // RFC 5323 section 2
     case Http::METHOD_SEARCH:
 
-        // RFC 5789 - none
-        // RFC 5842 - none
+    // RFC 5789 - none
+    // RFC 5842 - none
 
     // RFC 7540 section 11.6
     case Http::METHOD_PRI:
@@ -190,9 +190,9 @@ HttpRequestMethod::isIdempotent() const
     case Http::METHOD_MOVE:
     case Http::METHOD_UNLOCK:
 
-        // RFC 5323 - TODO check
-        // RFC 5789 - TODO check
-        // RFC 5842 - TODO check
+    // RFC 5323 - TODO check
+    // RFC 5789 - TODO check
+    // RFC 5842 - TODO check
 
     // RFC 7540 section 11.6
     case Http::METHOD_PRI: