Fixed indention in Line 217 and 218

pull/5532/head
Clemens Mandl 2018-01-09 15:57:52 +01:00
parent ff7d723fec
commit fe3f533a11
1 changed files with 2 additions and 2 deletions

View File

@ -214,8 +214,8 @@ class GNUARMNetbeans(Exporter):
sys_libs = [self.prepare_sys_lib(lib) for lib
in self.toolchain.sys_libs]
preproc = " ".join([basename(self.toolchain.preproc[0])] +
self.toolchain.preproc[1:] +
self.toolchain.ld[1:])
self.toolchain.preproc[1:] +
self.toolchain.ld[1:])
if 'nbproject' in include_paths:
include_paths.remove('nbproject')