From e42e96b8f06b2b50abcb5f8f5d72018c1d449f05 Mon Sep 17 00:00:00 2001 From: "hwajeong.son" Date: Mon, 1 Oct 2018 19:46:47 +0900 Subject: [PATCH] Fixed coding rule due to white space --- src/input_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.7.4