Skip to content

Commit

Permalink
uncrustify: Exclude app/flatpak-polkit-agent-text-listener.[ch]
Browse files Browse the repository at this point in the history
These are copied from polkit so we don't want to uncrustify them.

Closes: flatpak#2715
Approved by: matthiasclasen
  • Loading branch information
mwleeds authored and rh-atomic-bot committed Feb 25, 2019
1 parent 4c5c359 commit 7d72dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uncrustify.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
uncrustify -c uncrustify.cfg --no-backup `git ls-tree --name-only -r HEAD | grep \\\.[ch]$ | grep -v common/valgrind-private.h`
uncrustify -c uncrustify.cfg --no-backup `git ls-tree --name-only -r HEAD | grep \\\.[ch]$ | grep -v common/valgrind-private.h | grep -v app/flatpak-polkit-agent-text-listener\\\.[ch]`

0 comments on commit 7d72dd7

Please sign in to comment.