Minor formatting fix
authorWilhansen Li <wil@byimplication.com>
Fri, 30 Dec 2016 04:26:05 +0000 (12:26 +0800)
committerWilhansen Li <wil@byimplication.com>
Fri, 30 Dec 2016 04:26:05 +0000 (12:26 +0800)
dtbTool.c

index 385a03e1a1def8aaa2134a333c4ff44c7302a5ad..32d46c4e6ba56a0fa21fdaf0662f8adcd66c2029 100644 (file)
--- 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;