summaryrefslogtreecommitdiff
path: root/src/third_party/zstandard-1.3.7/zstd/contrib/cleanTabs
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/zstandard-1.3.7/zstd/contrib/cleanTabs')
-rw-r--r--src/third_party/zstandard-1.3.7/zstd/contrib/cleanTabs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/third_party/zstandard-1.3.7/zstd/contrib/cleanTabs b/src/third_party/zstandard-1.3.7/zstd/contrib/cleanTabs
new file mode 100644
index 00000000000..215913a90ac
--- /dev/null
+++ b/src/third_party/zstandard-1.3.7/zstd/contrib/cleanTabs
@@ -0,0 +1,2 @@
+#!/bin/sh
+sed -i '' $'s/\t/ /g' ../lib/**/*.{h,c} ../programs/*.{h,c} ../tests/*.c ./**/*.{h,cpp} ../examples/*.c ../zlibWrapper/*.{h,c}