]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 25 Feb 2010 01:13:21 +0000 (18:13 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 25 Feb 2010 01:13:21 +0000 (18:13 -0700)
helpers/external_acl/unix_group/check_group.c

index e04dcb223cf8d694bc9810dcd28844ad0c66f815..5cff40b4450dccc163dd337fa0c5e41c531bccf8 100644 (file)
@@ -157,7 +157,7 @@ main(int argc, char *argv[])
             check_pw = 1;
             break;
         case 'g':
-           grents = realloc(grents, sizeof(*grents) * (ngroups+1));
+            grents = realloc(grents, sizeof(*grents) * (ngroups+1));
             grents[ngroups++] = optarg;
             break;
         case '?':