1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

OP-1160 Fix uncrustify to automatically run twice for each file

This commit is contained in:
Alessio Morale 2014-01-13 21:58:33 +01:00
parent ad8f4fe41c
commit 18e0269dc6

View File

@ -45,6 +45,7 @@ recursive()
case "$1" in
*.c|*.h|*.cc|*.cpp|*.hpp)
${UNCRUSTIFY} -c "${UNCRUSTIFY_CONFIG}" --no-backup "$1"
${UNCRUSTIFY} -c "${UNCRUSTIFY_CONFIG}" --no-backup "$1" -q
;;
esac
fi