Remove unnecessary trailing whitespace
authorSam Roberts <vieuxtech@gmail.com>
Thu, 31 Jan 2019 18:31:35 +0000 (10:31 -0800)
committerRichard Levitte <levitte@openssl.org>
Tue, 5 Feb 2019 15:29:17 +0000 (16:29 +0100)
commit3b09585bd67c41445be4be8a84233e5d9a699264
tree56b7dc13a392901713066d5ce8742dadc28fb6b1
parent00f2bafec16b5981cc35c721dae35533c918cb0d
Remove unnecessary trailing whitespace

Trim trailing whitespace. It doesn't match OpenSSL coding standards,
AFAICT, and it can cause problems with git tooling.

Trailing whitespace remains in test data and external source.

Backport-of: https://github.com/openssl/openssl/pull/8092

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8134)
58 files changed:
CONTRIBUTING
Configurations/00-base-templates.conf
Configurations/50-win-onecore.conf
Configurations/README
Configurations/README.design
Configurations/descrip.mms.tmpl
LICENSE
NOTES.ANDROID
NOTES.DJGPP
NOTES.VMS
apps/ct_log_list.cnf
apps/demoSRP/srp_verifier.txt
apps/dh1024.pem
apps/dh2048.pem
apps/dh4096.pem
apps/openssl-vms.cnf
apps/openssl.cnf
config
crypto/bn/asm/ia64.S
crypto/bn/asm/sparcv8plus.S
crypto/bn/bn_ctx.c
crypto/cryptlib.c
crypto/des/asm/des_enc.m4
crypto/ec/curve448/point_448.h
crypto/engine/README
crypto/engine/eng_lib.c
crypto/pem/pem_info.c
crypto/srp/srp_vfy.c
demos/bio/accept.cnf
demos/bio/connect.cnf
demos/bio/descrip.mms
demos/certs/README
demos/certs/apps/mkxcerts.sh
demos/certs/mkcerts.sh
doc/HOWTO/certificates.txt
doc/HOWTO/proxy_certificates.txt
doc/fingerprints.txt
doc/man1/ca.pod
doc/man1/s_server.pod
doc/man3/EVP_PKEY_asn1_get_count.pod
doc/man3/HMAC.pod
doc/man3/SSL_CTX_set0_CA_list.pod
doc/man3/SSL_CTX_set_ctlog_list_file.pod
doc/man3/SSL_read_early_data.pod
include/internal/tsan_assist.h
test/README.external
test/rdrand_sanitytest.c
test/servername_test.c
test/testutil/main.c
test/tls13secretstest.c
util/indent.pro
util/local_shlib.com.in
util/openssl-format-source
util/perl/TLSProxy/Alert.pm
util/perl/TLSProxy/Message.pm
util/perl/TLSProxy/Record.pm
util/perl/TLSProxy/ServerHello.pm
util/perl/TLSProxy/ServerKeyExchange.pm