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> |
||
---|---|---|
.. | ||
afalg | ||
asm | ||
vendor_defns | ||
build.info | ||
e_capi.c | ||
e_capi.ec | ||
e_capi_err.c | ||
e_capi_err.h | ||
e_chil.c | ||
e_chil.ec | ||
e_chil_err.c | ||
e_chil_err.h | ||
e_dasync.c | ||
e_dasync.ec | ||
e_dasync_err.c | ||
e_dasync_err.h | ||
e_ossltest.c | ||
e_ossltest.ec | ||
e_ossltest_err.c | ||
e_ossltest_err.h | ||
e_padlock.c | ||
e_padlock.ec | ||
engine_vector.mar |