- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / InterfaceTags.py
index 1993256..87e2226 100644 (file)
@@ -30,8 +30,8 @@ class InterfaceTag(Row):
         'category': TagType.fields['category'],
         'min_role_id': TagType.fields['min_role_id'],
         'value': Parameter(str, "Interface setting value"),
-       ### relations
-       
+        ### relations
+
         }
 
 class InterfaceTags(Table):