From 557fde5e4e50f029dcf2a243c50bf091dc877ed1 Mon Sep 17 00:00:00 2001 From: Wilhansen Li Date: Fri, 30 Dec 2016 12:26:05 +0800 Subject: [PATCH] Minor formatting fix --- dtbTool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtbTool.c b/dtbTool.c index 385a03e..32d46c4 100644 --- a/dtbTool.c +++ b/dtbTool.c @@ -439,7 +439,7 @@ int main(int argc, char **argv) log_info("\nGenerating master DTB... "); - out_fd = open(output_file, O_WRONLY|O_CREAT | O_TRUNC, S_IRUSR|S_IWUSR); + out_fd = open(output_file, O_WRONLY|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR); if (!out_fd < 0) { log_err("Cannot create '%s'\n", output_file); rc = RC_ERROR; -- 2.20.1