1
0
Fork 0
dnscap/fmt.sh

10 lines
161 B
Bash
Raw Normal View History

#!/bin/sh
clang-format \
-style=file \
-i \
src/*.c \
src/*.h \
`find plugins -type f -name '*.c'` \
`find plugins -type f -name '*.h'`