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
Seppe Stas 2017-03-30 10:19:36 +02:00 committed by GitHub
parent 067fe9b0e5
commit 886713d290
1 changed files with 1 additions and 1 deletions

View File

@ -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"],