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:
parent
ad8f4fe41c
commit
18e0269dc6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user