indent has problems with comments that are on the right hand side of a line.
authorMatt Caswell <matt@openssl.org>
Wed, 21 Jan 2015 11:09:58 +0000 (11:09 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 22 Jan 2015 09:50:57 +0000 (09:50 +0000)
commitc7c7a432df2fb0e0a359d5d383817b1348a71db6
treebb78ecc1ddfbe5df8192c7e33f12da61ccfe6aa3
parent5ba9d5bb3b79f32506a4fba061368c18890610e4
indent has problems with comments that are on the right hand side of a line.
Sometimes it fails to format them very well, and sometimes it corrupts them!
This commit moves some particularly problematic ones.

Conflicts:
crypto/bn/bn.h
crypto/ec/ec_lcl.h
crypto/rsa/rsa.h
demos/engines/ibmca/hw_ibmca.c
ssl/ssl.h
ssl/ssl3.h

Conflicts:
crypto/ec/ec_lcl.h
ssl/tls1.h

Conflicts:
crypto/ec/ecp_nistp224.c
crypto/evp/evp.h
ssl/d1_both.c
ssl/ssl.h
ssl/ssl_lib.c

Conflicts:
crypto/bio/bss_file.c
crypto/ec/ec_lcl.h
crypto/evp/evp.h
crypto/store/str_mem.c
crypto/whrlpool/wp_block.c
crypto/x509/x509_vfy.h
ssl/ssl.h
ssl/ssl3.h
ssl/ssltest.c
ssl/t1_lib.c
ssl/tls1.h

Reviewed-by: Tim Hudson <tjh@openssl.org>
30 files changed:
apps/s_client.c
crypto/asn1/a_utctm.c
crypto/bio/bss_log.c
crypto/bn/bn.h
crypto/bn/bn_lib.c
crypto/des/read_pwd.c
crypto/dh/dh.h
crypto/ec/ec_lcl.h
crypto/evp/evp.h
crypto/rand/rand_win.c
crypto/rsa/rsa.h
crypto/rsa/rsa_eay.c
crypto/sha/sha.h
crypto/stack/safestack.h
crypto/store/str_mem.c
crypto/x509/x509_vfy.h
crypto/x509/x509type.c
demos/easy_tls/easy-tls.c
demos/engines/ibmca/hw_ibmca.c
ms/applink.c
ssl/d1_both.c
ssl/d1_pkt.c
ssl/s23_srvr.c
ssl/s3_both.c
ssl/ssl.h
ssl/ssl3.h
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssl_sess.c
ssl/ssltest.c