Add missing space - coding style nit

Co-Authored-By: deepikabhavnani <deepika.bhavnani@arm.com>
pull/9646/head
Brian Daniels 2019-02-01 10:38:37 -06:00 committed by adbridge
parent 53f52f9e0e
commit 538b6825a7
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class IAR(mbedToolchain):
def __init__(self, target, notify=None, macros=None, build_profile=None,
build_dir=None):
mbedToolchain.__init__(self, target, notify, macros, build_dir=build_dir,build_profile=build_profile)
mbedToolchain.__init__(self, target, notify, macros, build_dir=build_dir, build_profile=build_profile)
core = target.core
if CORE_ARCH[target.core] == 8:
# Add linking time preprocessor macro DOMAIN_NS