indenting fixes
[rrdtool.git] / src / rrd.h
index 3e1a08a..346836b 100644 (file)
--- a/src/rrd.h
+++ b/src/rrd.h
@@ -88,8 +88,8 @@ extern    "C" {
 
 /* rrd info interface */
     typedef struct rrd_blob_t {
-        unsigned long    size; /* size of the blob */
-        unsigned char *ptr;  /* pointer */
+        unsigned long size; /* size of the blob */
+        unsigned char *ptr; /* pointer */
     } rrd_blob_t;
 
     enum info_type { RD_I_VAL = 0,