File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -132,14 +132,14 @@ HELP_check-uncrustify = check if formatting code with uncrustify is necessary
132
132
check-uncrustify : | check-docker
133
133
@make --no-print-directory -C $(DOCKERDIR ) uncrustify \
134
134
EXEC=" git ls-files -ico $( foreach PATTERN,$( FORMAT) ,-x $( PATTERN) ) \
135
- | xargs -I % sh -c ' uncrustify -c $(UNCRUSTIFY_CFG) -f % \
136
- | git -c color.diff.new=' normal 22' \
137
- -c color.diff.old=' normal 88' \
135
+ | xargs -I % sh -c \" uncrustify -c $(UNCRUSTIFY_CFG ) -f % \
136
+ | git -c color.diff.new=normal\\ 22 \
137
+ -c color.diff.old=normal\\ 88 \
138
138
diff --exit-code \
139
139
--no-index \
140
140
--color \
141
141
--word-diff=color \
142
- --word-diff-regex=. % - ' "
142
+ --word-diff-regex=. % - \" "
143
143
144
144
# ## vscode ###
145
145
You can’t perform that action at this time.
0 commit comments