+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
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;
}