re-indent.
This commit is contained in:
parent
cd9e4d1b2b
commit
462e8a3d90
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user