mirror of
https://github.com/flatpak/flatpak.git
synced 2025-12-24 00:18:01 -05:00
These are copied from polkit so we don't want to uncrustify them. Closes: #2715 Approved by: matthiasclasen
3 lines
195 B
Bash
Executable File
3 lines
195 B
Bash
Executable File
#!/bin/sh
|
|
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]`
|