mirror of https://github.com/ARMmbed/mbed-os.git
Removed superfluous space
The extra space between "--no_wrap_diagnostics" and "-e" is inconsistent with the development and release targets.
It bugs people (like me) that have little OCD tics 😉.
pull/4072/head
parent
067fe9b0e5
commit
886713d290
|
@ -35,7 +35,7 @@
|
|||
},
|
||||
"IAR": {
|
||||
"common": [
|
||||
"--no_wrap_diagnostics", "-e",
|
||||
"--no_wrap_diagnostics", "-e",
|
||||
"--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-On", "-r"],
|
||||
"asm": [],
|
||||
"c": ["--vla"],
|
||||
|
|
Loading…
Reference in New Issue