Fixed coding rule due to white space
authorhwajeong.son <hwajeong.son@samsung.com>
Mon, 1 Oct 2018 10:46:47 +0000 (19:46 +0900)
committerhwajeong.son <hwajeong.son@samsung.com>
Mon, 1 Oct 2018 10:46:47 +0000 (19:46 +0900)
src/input_file.c

index 3ec9593..213bf00 100755 (executable)
@@ -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);
 }