609b0852e4
The prevailing style seems to not have trailing whitespace, but a few lines do. This is mostly in the perlasm files, but a few C files got them after the reformat. This is the result of: find . -name '*.pl' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//' find . -name '*.c' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//' find . -name '*.h' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//' Then bn_prime.h was excluded since this is a generated file. Note mkerr.pl has some changes in a heredoc for some help output, but other lines there lack trailing whitespace too. Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> |
||
---|---|---|
.. | ||
aes-586.pl | ||
aes-armv4.pl | ||
aes-c64xplus.pl | ||
aes-ia64.S | ||
aes-mips.pl | ||
aes-parisc.pl | ||
aes-ppc.pl | ||
aes-s390x.pl | ||
aes-sparcv9.pl | ||
aes-x86_64.pl | ||
aesfx-sparcv9.pl | ||
aesni-mb-x86_64.pl | ||
aesni-sha1-x86_64.pl | ||
aesni-sha256-x86_64.pl | ||
aesni-x86.pl | ||
aesni-x86_64.pl | ||
aesp8-ppc.pl | ||
aest4-sparcv9.pl | ||
aesv8-armx.pl | ||
bsaes-armv7.pl | ||
bsaes-x86_64.pl | ||
vpaes-armv8.pl | ||
vpaes-ppc.pl | ||
vpaes-x86.pl | ||
vpaes-x86_64.pl |