1
0
forked from me/IronOS

Update Makefile

This commit is contained in:
Ben V. Brown
2021-05-21 20:26:57 +10:00
parent 062a4f78fd
commit 4ef082d228

View File

@@ -535,7 +535,7 @@ check-style:
var=`clang-format "$$src" | diff "$$src" - | wc -l` ; \
if [ $$var -ne 0 ] ; then \
echo "$$src does not respect the coding style (diff: $$var lines)" ; \
clang-format "$$src" | diff "$$src" ; \
clang-format "$$src" | diff "$$src" -; \
exit 1 ; \
fi ; \
done