Skip to content

Commit 3e6dafa

Browse files
committed
Removed extra space
1 parent f10ed4b commit 3e6dafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/toolchains/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def get_symbols(self, for_asm=False):
191191
labels = self.get_labels()
192192
self.cxx_symbols = ["TARGET_%s" % t for t in labels['TARGET']]
193193
self.cxx_symbols.extend(["TOOLCHAIN_%s" % t for t in labels['TOOLCHAIN']])
194-
194+
195195
# Cortex CPU symbols
196196
if self.target.core in mbedToolchain.CORTEX_SYMBOLS:
197197
self.cxx_symbols.extend(mbedToolchain.CORTEX_SYMBOLS[self.target.core])

0 commit comments

Comments
 (0)