summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3083a21)
raw | patch | inline | side by side (parent: 3083a21)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 7 Apr 2009 07:20:18 +0000 (07:20 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 7 Apr 2009 07:20:18 +0000 (07:20 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@1775 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_graph.c | patch | blob | history |
diff --git a/src/rrd_graph.c b/src/rrd_graph.c
index 2ad2cb1d5fa686be09f7d56040e15feab1568683..0d880ef3c293222739816a20fc57a3361bb6ec3d 100644 (file)
--- a/src/rrd_graph.c
+++ b/src/rrd_graph.c
if (i < 0)
return -1;
- if ((i == 0))
+ if (i == 0)
return 0;
/**************************************************************
grinfo_push(im, sprintf_alloc("graph_end"), RD_I_CNT, info);
/* if we want and can be lazy ... quit now */
- if (lazy){
- return 0
- };
+ if (lazy)
+ return 0;
/* get actual drawing data and find min and max values */
if (data_proc(im) == -1)