dnsmeter/fmt.sh
Daniel Baumann 0f061872b4
Adding upstream version 1.0.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 17:57:53 +02:00

7 lines
85 B
Bash
Executable file

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