From: rahul Date: Mon, 22 Jan 2018 11:37:27 +0000 (+0530) Subject: indentation fix X-Git-Tag: 4.6~11^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb47fdf25e5a4272c25935ff2c45657c20bfec6e;p=shadow indentation fix --- diff --git a/src/newusers.c b/src/newusers.c index 664313fc..ac80f548 100644 --- a/src/newusers.c +++ b/src/newusers.c @@ -291,7 +291,7 @@ static int add_group (const char *name, const char *gid, gid_t *ngid, uid_t uid) _("%s: invalid group name '%s'\n"), Prog, grent.gr_name); if (grent.gr_name) - free (grent.gr_name); + free (grent.gr_name); return -1; }