]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/external_acl/unix_group/check_group.cc
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / external_acl / unix_group / check_group.cc
index ccd63395b68eced85a4f67915c0e8f4b0ba67e97..a221a9acd481b26c3155d4783ed73b6a1bb64f3c 100644 (file)
@@ -176,7 +176,7 @@ main(int argc, char *argv[])
             } else {
                 fprintf(stderr, "Unknown option character `\\x%x'.\n", optopt);
             }
-            // fall through to display help texts.
+        // fall through to display help texts.
 
         default:
             usage(argv[0]);
@@ -238,3 +238,4 @@ main(int argc, char *argv[])
     }
     return 0;
 }
+