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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F93%2Fhead;p=thirdparty%2Fshadow.git indentation fix --- diff --git a/src/newusers.c b/src/newusers.c index 664313fc6..ac80f548b 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; }