style(9) (verified no object changes)

Approved by:	wes (mentor)
MFC after:	5 days
This commit is contained in:
Sean Farley 2008-02-23 01:17:42 +00:00
parent 8e10660f12
commit 72d1b828b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176473
2 changed files with 2 additions and 3 deletions

View File

@ -225,7 +225,7 @@ main(int argc, char *argv[])
setgrdir(etcpath);
}
}
/*
* Now, let's do the common initialisation
*/

View File

@ -218,9 +218,8 @@ pw_group(struct userconf * cnf, int mode, struct cargs * args)
int k = 0;
while (grp->gr_mem[k] != NULL) {
if (extendarray(&members, &grmembers, i + 2) != -1) {
if (extendarray(&members, &grmembers, i + 2) != -1)
members[i++] = grp->gr_mem[k];
}
k++;
}
}