mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Yet another formatting consistency check.
This commit is contained in:
parent
e57b5686c6
commit
e56644ad0e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22398
@ -320,7 +320,7 @@ print_group(struct group * grp, int pretty)
|
||||
} else {
|
||||
int i;
|
||||
|
||||
printf("Group Name: %-10s #%lu\n"
|
||||
printf("Group Name: %-15s #%lu\n"
|
||||
" Members: ",
|
||||
grp->gr_name, (long) grp->gr_gid);
|
||||
for (i = 0; grp->gr_mem[i]; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user