created contrib/cleanTabs

This commit is contained in:
Yann Collet
2017-03-30 12:42:44 -07:00
parent b6f9303af7
commit 6851db48e0
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -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}