IXWebSocket/third_party/remote_trailing_whitespaces.sh
2019-03-02 21:11:16 -08:00

3 lines
140 B
Bash

find . -type f -name '*.cpp' -exec sed -i '' 's/[[:space:]]*$//' {} \+
find . -type f -name '*.h' -exec sed -i '' 's/[[:space:]]*$//' {} \+