]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix whitespace changes
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 9 Oct 2015 02:22:29 +0000 (19:22 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 9 Oct 2015 02:22:29 +0000 (19:22 -0700)
src/external_acl.cc

index 9c643b505f8980331ea471d3e3478f665d6d307c..e66509d56f04cb5a04af0a2343425dc3c6862659 100644 (file)
@@ -275,7 +275,7 @@ parse_externalAclHelper(external_acl ** list)
         // these tokens are whitespace delimited
         (*fmt)->space = true;
 
-       // set the default encoding to match the protocol= config
+        // set the default encoding to match the protocol= config
         // this will be overridden by explicit %macro attributes
         (*fmt)->quote = a->quote;