]> granicus.if.org Git - shadow/commitdiff
* libmisc/limits.c: Re-indent to make pmccabe happy.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 20 Mar 2010 10:29:27 +0000 (10:29 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 20 Mar 2010 10:29:27 +0000 (10:29 +0000)
ChangeLog
libmisc/limits.c

index 3166e90434cea86f5802ff6c6054c3c9dbb94eb7..22f9a0da6a7652a6c54132efa55d00420f466864 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-20  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * libmisc/limits.c: Re-indent to make pmccabe happy.
+
 2010-03-20  Nicolas François  <nicolas.francois@centraliens.net>
 
        * man/generate_translations.mak, man/generate_mans.mak: Fix
index 3b18cd0a654c726ab073727813a69a962046395b..ff6ac24f151d882dbaa3cf9a820a0360d3b0d483 100644 (file)
@@ -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;
                }