From 1c708de2ae8632e6ae4e0f110e8c8598159687ea Mon Sep 17 00:00:00 2001 From: Dacheng Gao <13791720+successgdc@users.noreply.github.com> Date: Thu, 21 Mar 2019 16:21:54 +0800 Subject: [PATCH] fix indent --- src/daemon.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/daemon.c b/src/daemon.c index 41b821a..8d8751e 100644 --- a/src/daemon.c +++ b/src/daemon.c @@ -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);