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> |
||
---|---|---|
.. | ||
asm | ||
build.info | ||
cbc_cksm.c | ||
cbc_enc.c | ||
cfb64ede.c | ||
cfb64enc.c | ||
cfb_enc.c | ||
des_enc.c | ||
des_locl.h | ||
ecb3_enc.c | ||
ecb_enc.c | ||
fcrypt.c | ||
fcrypt_b.c | ||
ncbc_enc.c | ||
ofb64ede.c | ||
ofb64enc.c | ||
ofb_enc.c | ||
pcbc_enc.c | ||
qud_cksm.c | ||
rand_key.c | ||
rpc_des.h | ||
rpc_enc.c | ||
set_key.c | ||
spr.h | ||
str2key.c | ||
xcbc_enc.c |