- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / AddNodeType.py
index 034ed41..b390c6e 100644 (file)
@@ -22,7 +22,7 @@ class AddNodeType(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    
+
     def call(self, auth, name):
         node_type = NodeType(self.api)
         node_type['node_type'] = name