singe/thirdparty/zstd/contrib/cleanTabs
2023-11-14 22:16:48 -06:00

2 lines
140 B
Bash
Executable file

#!/bin/sh
sed -i '' $'s/\t/ /g' ../lib/**/*.{h,c} ../programs/*.{h,c} ../tests/*.c ./**/*.{h,cpp} ../examples/*.c ../zlibWrapper/*.{h,c}