add make format (check_code_style_all.sh --fix)

This commit is contained in:
Daniel Agar
2016-08-05 22:23:32 -04:00
committed by Lorenz Meier
parent a260a6eead
commit 968a3d499b
3 changed files with 23 additions and 5 deletions
+8 -1
View File
@@ -1,12 +1,19 @@
#!/usr/bin/env bash
set -eu
failed=0
if [[ "$@" == "--fix" ]]
then
export PX4_ASTYLE_FIX=1
fi
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
find src/ \
-path src/lib/DriverFramework -prune -o \
-path src/lib/ecl -prune -o \
-path src/lib/external_lgpl -prune -o \
-path src/lib/mathlib -prune -o \
-path src/lib/matrix -prune -o \
-path src/modules/attitude_estimator_ekf -prune -o \
-path src/modules/commander -prune -o \
-path src/modules/ekf2 -prune -o \