diff options
Diffstat (limited to 'src/pcap-thread/fmt.sh')
-rwxr-xr-x | src/pcap-thread/fmt.sh | 8 |
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 |