From: hwajeong.son Date: Mon, 1 Oct 2018 10:46:47 +0000 (+0900) Subject: Fixed coding rule due to white space X-Git-Tag: submit/tizen/20181002.025635~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e42e96b8f06b2b50abcb5f8f5d72018c1d449f05;p=platform%2Fcore%2Fsystem%2Fsetup-adaptor.git Fixed coding rule due to white space --- diff --git a/src/input_file.c b/src/input_file.c index 3ec9593..213bf00 100755 --- a/src/input_file.c +++ b/src/input_file.c @@ -680,7 +680,7 @@ void sa_inputfile_set_completion_flag(sa_file_config_e config_type) if (fd == -1) { if (strerror_r(errno, buff, sizeof(buff)) == 0) _E("Can't create file for {%d}! %s", config_type, buff); - } else + } else close(fd); }