Code

fix indenting
[rrdtool.git] / src / rrd_tool.c
index c981e4a7397258de2709b80972a9a925ae00755f..b594a5f491d6b52c5745fe3c2b60d28fb74e8e31 100644 (file)
@@ -804,6 +804,7 @@ int HandleInputLine(
 
     } else if (strcmp("graphv", argv[1]) == 0) {
         info_t   *grinfo = NULL;    /* 1 to distinguish it from the NULL that rrd_graph sends in */
+
         grinfo = rrd_graph_v(argc - 1, &argv[1]);
         if (grinfo) {
             info_print(grinfo);