From: nekral-guest Date: Fri, 16 Nov 2007 10:50:38 +0000 (+0000) Subject: Indentation fix. X-Git-Tag: 4.1.0~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=690f7aee2efa5163adf87a9a144da712a1aa6db1;p=shadow Indentation fix. --- diff --git a/ChangeLog b/ChangeLog index b4743efe..bdf36de5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-16 Nicolas François + + * src/useradd.c: Indentation fix. + 2007-11-14 Nicolas François * src/newgrp.c, NEWS: Declare the child and pid variable at the diff --git a/src/useradd.c b/src/useradd.c index 5bcff329..53026af9 100644 --- a/src/useradd.c +++ b/src/useradd.c @@ -114,7 +114,7 @@ static int do_grp_update = 0; /* group files need to be updated */ static char *Prog; static int - bflg = 0, /* new default root of home directory */ + bflg = 0, /* new default root of home directory */ cflg = 0, /* comment (GECOS) field for new account */ dflg = 0, /* home directory for new account */ Dflg = 0, /* set/show new user default values */