targets/toolchain_makefile.py
changeset 1736 7e61baa047f0
parent 1732 94ffe74e6895
child 1739 ec153828ded2
--- a/targets/toolchain_makefile.py	Mon Aug 14 22:30:41 2017 +0300
+++ b/targets/toolchain_makefile.py	Mon Aug 14 23:27:15 2017 +0300
@@ -32,6 +32,7 @@
 
 includes_re =  re.compile('\s*#include\s*["<]([^">]*)[">].*')
 
+
 class toolchain_makefile():
     def __init__(self, CTRInstance):
         self.CTRInstance = CTRInstance