aosp12/external/zstd/contrib/cleanTabs

3 lines
140 B
Plaintext
Raw Normal View History

2023-01-09 17:11:35 +08:00
#!/bin/sh
sed -i '' $'s/\t/ /g' ../lib/**/*.{h,c} ../programs/*.{h,c} ../tests/*.c ./**/*.{h,cpp} ../examples/*.c ../zlibWrapper/*.{h,c}