- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / AddBootState.py
index 061edd4..3e11087 100644 (file)
@@ -22,7 +22,7 @@ class AddBootState(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    
+
     def call(self, auth, name):
         boot_state = BootState(self.api)
         boot_state['boot_state'] = name