summaryrefslogtreecommitdiffstats
path: root/src/zstd/contrib/cleanTabs
diff options
context:
space:
mode:
Diffstat (limited to 'src/zstd/contrib/cleanTabs')
-rwxr-xr-xsrc/zstd/contrib/cleanTabs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zstd/contrib/cleanTabs b/src/zstd/contrib/cleanTabs
new file mode 100755
index 000000000..215913a90
--- /dev/null
+++ b/src/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}