mirror of https://github.com/ARMmbed/mbed-os.git
Fixed indention in Line 217 and 218
parent
ff7d723fec
commit
fe3f533a11
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue