Correct code style checks/improve code style
Compare changes
Files
2- Jan Frenzel authored
@@ -46,20 +46,20 @@ function pattern_matches() {
@@ -46,20 +46,20 @@ function pattern_matches() {
echo "[WARNING] This coding style was not used for following lines in file $(realpath "${myfile}"):"
@@ -95,7 +95,7 @@ if [[ $# -eq 1 ]]; then
@@ -95,7 +95,7 @@ if [[ $# -eq 1 ]]; then
@@ -103,7 +103,7 @@ if [[ $# -eq 1 ]]; then
@@ -103,7 +103,7 @@ if [[ $# -eq 1 ]]; then
@@ -112,7 +112,7 @@ any_fails=false
@@ -112,7 +112,7 @@ any_fails=false
@@ -133,11 +133,15 @@ for file in ${files}; do
@@ -133,11 +133,15 @@ for file in ${files}; do