diff --git a/sc2/fixcrlf b/sc2/fixcrlf index 94ba9be94..da9f95182 100755 --- a/sc2/fixcrlf +++ b/sc2/fixcrlf @@ -3,4 +3,5 @@ find src -type f -name "*.[ch]" -print0 | xargs -0 ./subst 's/ $//g' find src -type f -name "Makefile.am" -print0 | xargs -0 ./subst 's/ $//g' - +find doc -type f -print0 | xargs -0 ./subst 's/ +$//g'