summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-09-28 12:17:50 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-09-28 12:17:50 +0200
commit3f901571d5bf088550df4511be64777eece86d4b (patch)
tree5ee4fe34a0623cca41687bb3a294f93ff5fe65b6 /contrib
parent58e7e98657352a3c750b8ff73e35d1e91fc5a707 (diff)
downloadexchange-3f901571d5bf088550df4511be64777eece86d4b.tar.gz
exchange-3f901571d5bf088550df4511be64777eece86d4b.tar.bz2
exchange-3f901571d5bf088550df4511be64777eece86d4b.zip
implemented reserve_open testing CMD
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/uncrustify.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uncrustify.sh b/contrib/uncrustify.sh
index e8e05d3e7..09abaf54e 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" \) \
+find "$DIR/../src" \( -name "*.cpp" -o -name "*.c" -o -name "*.h" \) | grep -v mustach \
-exec uncrustify -c "$DIR/uncrustify.cfg" --replace --no-backup {} + \
|| true