From 690f7aee2efa5163adf87a9a144da712a1aa6db1 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Fri, 16 Nov 2007 10:50:38 +0000 Subject: [PATCH] Indentation fix. --- ChangeLog | 4 ++++ src/useradd.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 */