From 0b1a79bcfecf192fb0ea5730bade8a14f438ad69 Mon Sep 17 00:00:00 2001 From: oetiker Date: Tue, 25 Mar 2008 22:58:16 +0000 Subject: [PATCH] fix indent git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1319 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd_dump.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/program/src/rrd_dump.c b/program/src/rrd_dump.c index f84adbc3..74281986 100644 --- a/program/src/rrd_dump.c +++ b/program/src/rrd_dump.c @@ -98,8 +98,10 @@ int rrd_dump_r( out_file = stdout; } - fputs("", out_file); - fputs("", out_file); + fputs("", out_file); + fputs + ("", + out_file); fputs("", out_file); fputs("", out_file); if (atoi(rrd.stat_head->version) <= 3) { -- 2.30.2