From d16fd38d41ba3c36820ae105988f42c900fcb30f Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 15 Jun 2010 14:34:04 +0200 Subject: [PATCH] action "list_graphs": Fix indentation. --- action_list_graphs.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/action_list_graphs.c b/action_list_graphs.c index d7cea47..29e3d8b 100644 --- a/action_list_graphs.c +++ b/action_list_graphs.c @@ -75,7 +75,8 @@ static int print_graph_inst_html (graph_config_t *cfg, /* {{{ */ memset (desc, 0, sizeof (desc)); inst_describe (cfg, inst, desc, sizeof (desc)); - printf ("
  • %s
  • \n", params, desc); + printf ("
  • %s
  • \n", + params, desc); return (0); } /* }}} int print_graph_inst_html */ @@ -88,9 +89,9 @@ static int print_graph_html (graph_config_t *cfg, /* {{{ */ memset (buffer, 0, sizeof (buffer)); graph_get_title (cfg, buffer, sizeof (buffer)); - printf ("
  • %s\n
  • \n"); return (0); } /* }}} int print_graph_html */ -- 2.11.0