Skip to content

Commit 811152d

Browse files
bridadandeepikabhavnani
andauthored
Add missing space - coding style nit
Co-Authored-By: deepikabhavnani <[email protected]>
1 parent 6097095 commit 811152d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/toolchains/iar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def check_executable():
4444

4545
def __init__(self, target, notify=None, macros=None, build_profile=None,
4646
build_dir=None):
47-
mbedToolchain.__init__(self, target, notify, macros, build_dir=build_dir,build_profile=build_profile)
47+
mbedToolchain.__init__(self, target, notify, macros, build_dir=build_dir, build_profile=build_profile)
4848
core = target.core
4949
if CORE_ARCH[target.core] == 8:
5050
# Add linking time preprocessor macro DOMAIN_NS

0 commit comments

Comments
 (0)