From: Max Khon Date: Thu, 26 Feb 2015 07:00:05 +0000 (+0600) Subject: Fix formatting. X-Git-Tag: v1.5.0~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F586%2Fhead;p=thirdparty%2Frrdtool-1.x.git Fix formatting. --- diff --git a/src/rrd_create.c b/src/rrd_create.c index 797081e2..c370c572 100644 --- a/src/rrd_create.c +++ b/src/rrd_create.c @@ -1438,7 +1438,7 @@ int write_fh( strcpy(rrd->stat_head->version, "0003"); } -#define FWRITE_CHECK(ptr, size, nitems, fp) \ +#define FWRITE_CHECK(ptr, size, nitems, fp) \ do { \ if (fwrite((ptr), (size), (nitems), (fp)) != (nitems)) \ return (-1); \