mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-04 07:11:28 -04:00
3 lines
138 B
Bash
Executable File
3 lines
138 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`
|