targets/toolchain_makefile.py
changeset 1742 92932cd370a4
parent 1740 b789b695b5c6
child 1747 6046ffa2280f
--- a/targets/toolchain_makefile.py	Tue Aug 15 16:01:18 2017 +0300
+++ b/targets/toolchain_makefile.py	Tue Aug 15 16:48:49 2017 +0300
@@ -84,7 +84,7 @@
         return reduce(operator.concat, map(self.concat_deps, deps), src)
 
     def build(self):
-        srcfiles= []
+        srcfiles = []
         cflags = []
         wholesrcdata = ""
         for Location, CFilesAndCFLAGS, DoCalls in self.CTRInstance.LocationCFilesAndCFLAGS: