py_ext/PythonFileCTNMixin.py
changeset 1901 e8cf68d69447
parent 1897 62f9cae9a25f
child 1902 2b7e2db31d81
--- a/py_ext/PythonFileCTNMixin.py	Thu Jan 11 15:39:58 2018 +0100
+++ b/py_ext/PythonFileCTNMixin.py	Thu Jan 11 15:41:20 2018 +0100
@@ -119,7 +119,7 @@
                 "configname": configname.upper(),
                 "uppername": variable.getname().upper(),
                 "IECtype": variable.gettype(),
-                "initial" : repr(variable.getinitial()),
+                "initial": repr(variable.getinitial()),
                 "pyextname": pyextname
             },
             self.CodeFile.variables.variable)