summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-07-07 18:11:53 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-07-08 10:05:37 +0000
commitb5e6852a97b16981b588d47ff205be4fc7b7e021 (patch)
tree42af784b4b1f27709b3ec24c00f07a9e18a48c35
parent7179c12e22f56c0eee41a0d1ac84e3292580dada (diff)
downloadflatpak-b5e6852a97b16981b588d47ff205be4fc7b7e021.tar.gz
uncrustify.sh: We no longer have gvdb in the repo
Closes: #1870 Approved by: alexlarsson
-rwxr-xr-xuncrustify.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/uncrustify.sh b/uncrustify.sh
index af93ec23..7c9080b1 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]$ | grep -v gvdb`
+uncrustify -c uncrustify.cfg --no-backup `git ls-tree --name-only -r HEAD | grep \\\.[ch]$`