targets/toolchain_gcc.py
changeset 1758 845ca626db09
parent 1753 19f19c66b67e
child 1767 c74815729afd
--- a/targets/toolchain_gcc.py	Wed Aug 16 17:27:58 2017 +0300
+++ b/targets/toolchain_gcc.py	Thu Aug 17 09:55:39 2017 +0300
@@ -29,7 +29,7 @@
 from util.ProcessLogger import ProcessLogger
 import hashlib
 
-includes_re =  re.compile('\s*#include\s*["<]([^">]*)[">].*')
+includes_re = re.compile('\s*#include\s*["<]([^">]*)[">].*')
 
 
 class toolchain_gcc():