summaryrefslogtreecommitdiffstats
path: root/fmt.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-31 07:37:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-31 07:37:43 +0000
commit759ea409fe884c184d51f81c73523015a468a1eb (patch)
treedf4ba82f4118a4ac46c34a262f87f8ec26fdd240 /fmt.sh
parentAdding upstream version 2.5.0+debian. (diff)
downloaddnsperf-759ea409fe884c184d51f81c73523015a468a1eb.tar.xz
dnsperf-759ea409fe884c184d51f81c73523015a468a1eb.zip
Adding upstream version 2.5.2.upstream/2.5.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fmt.sh')
-rwxr-xr-xfmt.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/fmt.sh b/fmt.sh
deleted file mode 100755
index e00ea72..0000000
--- a/fmt.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-clang-format \
- -style=file \
- -i \
- src/*.c \
- src/*.h