mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-20 21:58:11 -05:00
3 lines
117 B
Bash
Executable File
3 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
uncrustify -c uncrustify.cfg --no-backup `git ls-tree --name-only -r HEAD | grep \\\.[ch]$ | grep -v gvdb`
|