From 7d72dd713f8d4658e3839027f7f86150f02642f6 Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Thu, 21 Feb 2019 23:22:27 -0800 Subject: [PATCH] uncrustify: Exclude app/flatpak-polkit-agent-text-listener.[ch] These are copied from polkit so we don't want to uncrustify them. Closes: #2715 Approved by: matthiasclasen --- uncrustify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncrustify.sh b/uncrustify.sh index 411bf877..4f7a93c6 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 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]`