aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-01 23:06:24 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-01 23:06:24 +0200
commit2f1fb32e1c51b05361ddf3321c316e3d8c65ebfe (patch)
treed617b733df72c0c8849f8b51ca53276648709f3b /contrib
parent7bf0f2a43d42b168beaee8fbbafe51386f1127b1 (diff)
downloadexchange-2f1fb32e1c51b05361ddf3321c316e3d8c65ebfe.tar.xz
-skeletons for reserve control endpoints
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 09abaf54e..e8e05d3e7 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