Code

fixed indenting
[rrdtool.git] / src / rrd_create.c
index f948f3aa5fef6337a88b9d31128d49d18c5ef50c..35a564bfc08411d31bc19f105681a0fb1ceaa20f 100644 (file)
@@ -662,8 +662,7 @@ int rrd_create_fn(
     rrd_file_t *rrd_file_dn;
     rrd_t     rrd_dn;
 
-    if ((rrd_file =
-         open(file_name, O_WRONLY | O_CREAT | O_TRUNC, 0666)) < 0) {
+    if ((rrd_file = open(file_name, O_WRONLY | O_CREAT | O_TRUNC, 0666)) < 0) {
         rrd_set_error("creating '%s': %s", file_name, rrd_strerror(errno));
         rrd_free(rrd);
         return (-1);