From: nekral-guest Date: Tue, 17 Jun 2008 22:00:36 +0000 (+0000) Subject: Re-indent. X-Git-Tag: 4.1.3~335 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb18ee624fa32cfff339366c66127b8c8fe106d1;p=shadow Re-indent. --- diff --git a/src/useradd.c b/src/useradd.c index acc5ffc0..96c8d2e0 100644 --- a/src/useradd.c +++ b/src/useradd.c @@ -1418,7 +1418,7 @@ static void faillog_reset (uid_t uid) || (close (fd) != 0)) { fprintf (stderr, _("%s: failed to reset the faillog entry of UID %lu: %s\n"), - Prog, (unsigned long) uid, strerror(errno)); + Prog, (unsigned long) uid, strerror (errno)); } } @@ -1441,7 +1441,7 @@ static void lastlog_reset (uid_t uid) || (close (fd) != 0)) { fprintf (stderr, _("%s: failed to reset the lastlog entry of UID %lu: %s\n"), - Prog, (unsigned long) uid, strerror(errno)); + Prog, (unsigned long) uid, strerror (errno)); } }