indent all the rest of the code, and add some typedefs to indent.pro
[rrdtool.git] / src / rrd_create.c
index 43d608e..d36cf3c 100644 (file)
@@ -62,7 +62,7 @@ int rrd_create(
                 return (-1);
             }
 
                 return (-1);
             }
 
-            last_up = mktime(&last_up_tv.tm) + last_up_tv.offset;
+            last_up = mktime(&last_up_tv.tm) +last_up_tv.offset;
 
             if (last_up < 3600 * 24 * 365 * 10) {
                 rrd_set_error
 
             if (last_up < 3600 * 24 * 365 * 10) {
                 rrd_set_error