fix indent

This commit is contained in:
Dacheng Gao 2019-03-21 16:21:54 +08:00
parent 91f5e7e63c
commit 1c708de2ae

View File

@ -41,10 +41,10 @@ void makedaemon (void)
if (fork () != 0)
exit (0);
if (chdir ("/") != 0) {
if (chdir ("/") != 0) {
log_message (LOG_WARNING,
"Could not change directory to /");
}
"Could not change directory to /");
}
umask (0177);