From: nekral-guest Date: Tue, 10 Jun 2008 19:18:44 +0000 (+0000) Subject: re-indent. X-Git-Tag: 4.1.3~416 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=462e8a3d903a729e9690cac6f3f390be7dc811a9;p=shadow re-indent. --- diff --git a/src/faillog.c b/src/faillog.c index 2e58f010..59e8b604 100644 --- a/src/faillog.c +++ b/src/faillog.c @@ -245,8 +245,8 @@ static void setmax_one (uid_t uid, int max) } faillog.fail_max = max; - if (fseeko (fail, offset, SEEK_SET) == 0 - && fwrite ((char *) &faillog, sizeof faillog, 1, fail) == 1) { + if ( (fseeko (fail, offset, SEEK_SET) == 0) + && (fwrite ((char *) &faillog, sizeof faillog, 1, fail) == 1)) { fflush (fail); } else { perror (FAILLOG_FILE);