re-indented files that have gone out of indent-style over the last few weeks
[rrdtool.git] / src / rrd.h
index 3030788..978ad1c 100644 (file)
--- a/src/rrd.h
+++ b/src/rrd.h
@@ -66,8 +66,10 @@ extern    "C" {
 #ifndef DINF
 # define DINF set_to_DINF()
 #endif
-double set_to_DNAN(void);
-double set_to_DINF(void);
+    double    set_to_DNAN(
+    void);
+    double    set_to_DINF(
+    void);
 /* end of rrd_nan_inf.h */
 
 /* Transplanted from rrd_format.h */