]> granicus.if.org Git - shadow/commitdiff
indentation fix
authorrahul <rahul1809>
Mon, 22 Jan 2018 11:37:27 +0000 (17:07 +0530)
committerrahul <rahul1809>
Mon, 22 Jan 2018 11:37:27 +0000 (17:07 +0530)
src/newusers.c

index 664313fc62c36268638bdbc696781d46ef2f216b..ac80f548b43651331b5ab09e61a976aa3e8f8a6f 100644 (file)
@@ -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;
        }