aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
m---------contrib/gana0
-rwxr-xr-xcontrib/uncrustify.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gana b/contrib/gana
-Subproject 9dee7d6e8f967fdc58ae224e19ec03989ac35c5
+Subproject 57d96e8e123df90c804a821874fc6cb88671ab7
diff --git a/contrib/uncrustify.sh b/contrib/uncrustify.sh
index 09abaf54..e8e05d3e 100755
--- a/contrib/uncrustify.sh
+++ b/contrib/uncrustify.sh
@@ -9,6 +9,6 @@ if ! uncrustify --version >/dev/null; then
exit 1
fi
-find "$DIR/../src" \( -name "*.cpp" -o -name "*.c" -o -name "*.h" \) | grep -v mustach \
+find "$DIR/../src" \( -name "*.cpp" -o -name "*.c" -o -name "*.h" \) \
-exec uncrustify -c "$DIR/uncrustify.cfg" --replace --no-backup {} + \
|| true