Please work
This commit is contained in:
parent
adf6844d49
commit
f767d98037
@ -14,7 +14,7 @@ for f in ${SOURCES[@]}
|
|||||||
do
|
do
|
||||||
clang-format -n $f 2>&1 | grep -q ^
|
clang-format -n $f 2>&1 | grep -q ^
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
if [ "$RESULT" = "0" ]
|
if [ "$RESULT" -eq "0" ]
|
||||||
then
|
then
|
||||||
echo "File $f needs formatting"
|
echo "File $f needs formatting"
|
||||||
ALL_OK=0
|
ALL_OK=0
|
||||||
|
Loading…
Reference in New Issue
Block a user