1
0
Fork 0
dnsperf/fmt.sh

8 lines
79 B
Bash
Raw Normal View History

#!/bin/sh
clang-format \
-style=file \
-i \
src/*.c \
src/*.h