- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / UpdatePCUType.py
index 47a2346..dcc705a 100644 (file)
@@ -39,6 +39,6 @@ class UpdatePCUType(Method):
         pcu_type = pcu_types[0]
         pcu_type.update(pcu_type_fields)
         pcu_type.sync()
-       self.event_objects = {'PCUType': [pcu_type['pcu_type_id']]}     
+        self.event_objects = {'PCUType': [pcu_type['pcu_type_id']]}
 
         return 1