indent all the rest of the code, and add some typedefs to indent.pro
[rrdtool.git] / src / rrd_update.c
index c1849f3..a34da71 100644 (file)
@@ -551,6 +551,7 @@ int _rrd_update(
             }
 
             current_time = mktime(&ds_tv.tm) + ds_tv.offset;
             }
 
             current_time = mktime(&ds_tv.tm) + ds_tv.offset;
+
             current_time_usec = 0;  /* FIXME: how to handle usecs here ? */
 
         } else if (strcmp(updvals[0], "N") == 0) {
             current_time_usec = 0;  /* FIXME: how to handle usecs here ? */
 
         } else if (strcmp(updvals[0], "N") == 0) {