Style.
This commit is contained in:
parent
c064393f08
commit
b859710cc8
@ -150,10 +150,10 @@ void rc_logger_open(const char *level)
|
||||
int i;
|
||||
FILE *log = NULL;
|
||||
|
||||
if (! isatty(STDOUT_FILENO))
|
||||
if (!isatty(STDOUT_FILENO))
|
||||
return;
|
||||
|
||||
if (! rc_conf_yesno("rc_logger"))
|
||||
if (!rc_conf_yesno("rc_logger"))
|
||||
return;
|
||||
|
||||
if (pipe(signal_pipe) == -1)
|
||||
|
Loading…
Reference in New Issue
Block a user