summaryrefslogtreecommitdiffstats
path: root/src/pcap-thread/fmt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcap-thread/fmt.sh')
-rwxr-xr-xsrc/pcap-thread/fmt.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pcap-thread/fmt.sh b/src/pcap-thread/fmt.sh
new file mode 100755
index 0000000..c71fc4e
--- /dev/null
+++ b/src/pcap-thread/fmt.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+clang-format \
+ -style=file \
+ -i \
+ pcap_thread*.c \
+ pcap_thread*.h \
+ hexdump/hexdump.c