]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Fixed some bad indentation
authorUpasana <me@upasana.me>
Wed, 9 Jul 2014 21:28:12 +0000 (02:58 +0530)
committerUpasana <me@upasana.me>
Wed, 9 Jul 2014 21:28:12 +0000 (02:58 +0530)
src/rrd_graph.c

index 3043cf5eddf17be467a2b23d68c061d46192c7fa..482e7daa6ab6ade0f8213bbe97e730ac50e3776e 100644 (file)
@@ -4938,11 +4938,11 @@ void rrd_graph_options(
             /* not supported curently */
             break;
         case 'W':
-                       im->watermark=strdup(optarg);
-                       if (!im->watermark) {
+            im->watermark=strdup(optarg);
+            if (!im->watermark) {
                 rrd_set_error("cannot allocate memory for watermark");
                 return;
-                       }
+            }
             break;
         case 'd':
         {