diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-10-01 23:06:24 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-10-01 23:06:24 +0200 |
commit | 2f1fb32e1c51b05361ddf3321c316e3d8c65ebfe (patch) | |
tree | d617b733df72c0c8849f8b51ca53276648709f3b /contrib | |
parent | 7bf0f2a43d42b168beaee8fbbafe51386f1127b1 (diff) |
-skeletons for reserve control endpoints
Diffstat (limited to 'contrib')
-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 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 |