summaryrefslogtreecommitdiff
path: root/uncrustify.sh
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-07-07 18:14:56 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-07-08 10:05:37 +0000
commitc97b1d5202b6db6aa85c6ea2b043b53418b961c2 (patch)
treecbeaf60ee8de72237b405ead8b6b04eb6ddb5c71 /uncrustify.sh
parentf15d2937f0a07fb536901502c0c21a75560395fc (diff)
downloadflatpak-c97b1d5202b6db6aa85c6ea2b043b53418b961c2.tar.gz
uncrustify: Don't modify valgrind header.
Closes: #1870 Approved by: alexlarsson
Diffstat (limited to 'uncrustify.sh')
-rwxr-xr-xuncrustify.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/uncrustify.sh b/uncrustify.sh
index 7c9080b1..411bf877 100755
--- a/uncrustify.sh
+++ b/uncrustify.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-uncrustify -c uncrustify.cfg --no-backup `git ls-tree --name-only -r HEAD | grep \\\.[ch]$`
+uncrustify -c uncrustify.cfg --no-backup `git ls-tree --name-only -r HEAD | grep \\\.[ch]$ | grep -v common/valgrind-private.h`