Code

Imported upstream version 1.3rc4.
[pkg-rrdtool.git] / win32 / config.h
index 965d52528dde4bfe15df258b20417c1d3bcdbdb1..9d2603ea230a6db040aea7736ed795d0091417af 100644 (file)
 #define finite _finite
 #define snprintf _snprintf
 #define vsnprintf _vsnprintf
-#define strftime strftime_ 
+#define strftime strftime_
 
 #define NO_NULL_REALLOC 1
 #if NO_NULL_REALLOC
 # define rrd_realloc(a,b) ( (a) == NULL ? malloc( (b) ) : realloc( (a) , (b) ))
 #else
 # define rrd_realloc(a,b) realloc((a), (b))
-#endif      
+#endif
 
 /* Vertical label angle: 90.0 (default) or 270.0 */
 #define RRDGRAPH_YLEGEND_ANGLE 90.0
@@ -56,5 +56,4 @@
 
 /* #define DEBUG 1 */
 
-#endif /* CONFIG_H */
-
+#endif                          /* CONFIG_H */