Whitespace fix.

Approved by:	bz (mentor)
This commit is contained in:
jamie 2009-06-23 14:40:08 +00:00
parent 8496e0a313
commit 6c660c437f

View File

@ -75,9 +75,9 @@ main(int argc, char *argv[])
int ch, ngroups, uflag, Uflag;
long ngroups_max;
char *ep, *username;
ch = uflag = Uflag = 0;
username = NULL;
ngroups_max = sysconf(_SC_NGROUPS_MAX) + 1;
if ((groups = malloc(sizeof(gid_t) * ngroups_max)) == NULL)
err(1, "malloc");