- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / ConfFiles.py
index 641908f..1db8b4a 100644 (file)
@@ -141,7 +141,7 @@ class ConfFiles(Table):
     """
 
     def __init__(self, api, conf_file_filter = None, columns = None):
-       Table.__init__(self, api, ConfFile, columns)
+        Table.__init__(self, api, ConfFile, columns)
 
         sql = "SELECT %s FROM view_conf_files WHERE True" % \
               ", ".join(self.columns)