- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Leases.py
index cb8eed6..4b967c6 100644 (file)
@@ -58,10 +58,10 @@ class Lease(Row):
         # return a SQL string
         return Timestamp.sql_validate_utc(timestamp)
 
-    # round UP 
+    # round UP
     def validate_t_from(self,timestamp):
         return self.validate_time (timestamp, round_up=True)
-    # round DOWN 
+    # round DOWN
     def validate_t_until (self, timestamp):
         return self.validate_time (timestamp, round_up=False)