1
0
Fork 0
dnswire/fmt.sh
Daniel Baumann a84695b834
Adding upstream version 0.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 06:31:09 +01:00

9 lines
125 B
Bash
Executable file

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