From: nekral-guest Date: Sat, 20 Mar 2010 10:29:27 +0000 (+0000) Subject: * libmisc/limits.c: Re-indent to make pmccabe happy. X-Git-Tag: 4.1.5~289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f729486b33faa20a9874a56776348ef81e6489bc;p=shadow * libmisc/limits.c: Re-indent to make pmccabe happy. --- diff --git a/ChangeLog b/ChangeLog index 3166e904..22f9a0da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-20 Nicolas François + + * libmisc/limits.c: Re-indent to make pmccabe happy. + 2010-03-20 Nicolas François * man/generate_translations.mak, man/generate_mans.mak: Fix diff --git a/libmisc/limits.c b/libmisc/limits.c index 3b18cd0a..ff6ac24f 100644 --- a/libmisc/limits.c +++ b/libmisc/limits.c @@ -164,11 +164,12 @@ static int check_logins (const char *name, const char *maxlogins) count = 0; #ifdef USE_UTMPX setutxent (); - while ((ut = getutxent ())) { + while ((ut = getutxent ())) #else /* !USE_UTMPX */ setutent (); - while ((ut = getutent ())) { + while ((ut = getutent ())) #endif /* !USE_UTMPX */ + { if (USER_PROCESS != ut->ut_type) { continue; }