Code

indenting fixes
[rrdtool.git] / src / rrd_tool.c
index b16a1942a585ac5b95bbccdcda5da9481c4bd6fb..5eaf10588ae7ddcf1009f48ee23518aeb988ddc6 100644 (file)
@@ -803,6 +803,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 */
+
         if (grinfo = rrd_graph_v(argc - 1, &argv[1])) {
             info_print(grinfo);
             info_free(grinfo);