mirror of https://github.com/ARMmbed/mbed-os.git
Fix whitespaces missed by merge tool
parent
2f74fffc00
commit
0fc4d497b2
|
@ -375,8 +375,8 @@ class mbedToolchain:
|
|||
self.debug("LPC Patch %s" % (name + '.bin'))
|
||||
patch(bin)
|
||||
|
||||
self.var("compile_succeded", True)
|
||||
self.var("binary", name+'.bin')
|
||||
self.var("compile_succeded", True)
|
||||
self.var("binary", name+'.bin')
|
||||
|
||||
return bin
|
||||
|
||||
|
@ -469,7 +469,7 @@ class ARM(mbedToolchain):
|
|||
# because when the .d files are generated, armcc is chrooted
|
||||
dependencies.append(self.CHROOT + match.group('file'))
|
||||
else:
|
||||
dependencies.append(match.group('file'))
|
||||
dependencies.append(match.group('file'))
|
||||
return dependencies
|
||||
|
||||
def parse_output(self, output):
|
||||
|
|
Loading…
Reference in New Issue