]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Fix formatting. 586/head
authorMax Khon <fjoe@samodelkin.net>
Thu, 26 Feb 2015 07:00:05 +0000 (13:00 +0600)
committerMax Khon <fjoe@samodelkin.net>
Thu, 26 Feb 2015 07:00:05 +0000 (13:00 +0600)
src/rrd_create.c

index 797081e2a76999b36f24952e291277a9f5d487ef..c370c57232eac8372d754885731696ebdc3f1da0 100644 (file)
@@ -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);                                       \