Skip to content

Commit 886713d

Browse files
authored
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 😉.
1 parent 067fe9b commit 886713d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/profiles/debug.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"IAR": {
3737
"common": [
38-
"--no_wrap_diagnostics", "-e",
38+
"--no_wrap_diagnostics", "-e",
3939
"--diag_suppress=Pa050,Pa084,Pa093,Pa082", "-On", "-r"],
4040
"asm": [],
4141
"c": ["--vla"],

0 commit comments

Comments
 (0)