mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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> |
||
---|---|---|
.. | ||
perl/OpenSSL/Util | ||
TLSProxy | ||
build.info | ||
ck_errf.pl | ||
copy.pl | ||
dofile.pl | ||
find-doc-nits.pl | ||
find-undoc-api.pl | ||
find-unused-errs | ||
fipslink.pl | ||
incore | ||
indent.pro | ||
libcrypto.num | ||
libssl.num | ||
mkbuildinf.pl | ||
mkcerts.sh | ||
mkdef.pl | ||
mkdir-p.pl | ||
mkerr.pl | ||
mkrc.pl | ||
openssl-format-source | ||
opensslwrap.sh | ||
point.sh | ||
process_docs.pl | ||
selftest.pl | ||
shareable_image_wrap.c.in | ||
shlib_wrap.sh.in | ||
su-filter.pl | ||
with_fallback.pm |