indent all the rest of the code, and add some typedefs to indent.pro
[rrdtool.git] / win32 / config.h
index 965d525..9d2603e 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 */