Files
Aaru.Compression.Native/3rdparty/zstd-1.5.0/contrib/cleanTabs

3 lines
140 B
Plaintext
Raw Normal View History

2021-10-19 03:44:20 +01:00
#!/bin/sh
sed -i '' $'s/\t/ /g' ../lib/**/*.{h,c} ../programs/*.{h,c} ../tests/*.c ./**/*.{h,cpp} ../examples/*.c ../zlibWrapper/*.{h,c}