diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-09-28 12:17:50 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-09-28 12:17:50 +0200 |
commit | 3f901571d5bf088550df4511be64777eece86d4b (patch) | |
tree | 5ee4fe34a0623cca41687bb3a294f93ff5fe65b6 /contrib/uncrustify.sh | |
parent | 58e7e98657352a3c750b8ff73e35d1e91fc5a707 (diff) |
implemented reserve_open testing CMD
Diffstat (limited to 'contrib/uncrustify.sh')
-rwxr-xr-x | contrib/uncrustify.sh | 2 |
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 |