re-indent.

This commit is contained in:
nekral-guest 2008-06-10 19:18:44 +00:00
parent cd9e4d1b2b
commit 462e8a3d90

View 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);