Skip to content
Snippets Groups Projects

Fix a few code style things

Merged Jan Frenzel requested to merge fix-few-code-style into preview
3 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -110,7 +110,7 @@ fi
@@ -110,7 +110,7 @@ fi
any_fails=false
any_fails=false
for file in $files; do
for file in ${files}; do
# Skip the check of this current ($0) script.
# Skip the check of this current ($0) script.
if echo "${file}" | grep -qP "check-code-style.sh$"; then
if echo "${file}" | grep -qP "check-code-style.sh$"; then
continue
continue
Loading