]> granicus.if.org Git - shadow/commitdiff
re-indent.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 10 Jun 2008 19:18:44 +0000 (19:18 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 10 Jun 2008 19:18:44 +0000 (19:18 +0000)
src/faillog.c

index 2e58f01042aa0d5490ac78b93d2fbf0e40a04182..59e8b6045e74ff57657e2db5acf339ee4a93e7cb 100644 (file)
@@ -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);