include src for rule fix_trailing_space

master
melvinzhang 2015-12-31 18:55:17 +08:00
parent c8f1262b45
commit 1548160c50
1 changed files with 1 additions and 0 deletions

View File

@ -817,6 +817,7 @@ fix_indentation:
fix_trailing_space:
find release/Magarena/scripts -type f -exec sed --in-place 's/[[:space:]]\+$$//' {} +
find src -type f -exec sed --in-place 's/[[:space:]]\+$$//' {} +
update_card_property:
ls -1 replace/* | parallel -q sed -i 's/\([^=]*\)=\(.*\)/s|\1=.*|\1=\2|/;s/\\/\\\\/g'