uncrustify.sh: We no longer have gvdb in the repo

Closes: #1870
Approved by: alexlarsson
This commit is contained in:
Alexander Larsson
2018-07-07 18:11:53 +02:00
committed by Atomic Bot
parent 7179c12e22
commit b5e6852a97

View File

@@ -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]$`