Fix a few if(, for(, while( inside code.
authorFdaSilvaYY <fdasilvayy@gmail.com>
Tue, 28 Jun 2016 22:18:50 +0000 (00:18 +0200)
committerRich Salz <rsalz@openssl.org>
Wed, 20 Jul 2016 11:21:53 +0000 (07:21 -0400)
commite8aa8b6c8f6d4e2b2bbd5e5721d977b0a6aa3cee
tree9112c06d1c60edbbe94b3407f33538a0f9bf1c97
parentc106eaa8ed7c24900e4367fc85cae1a77bc4e5ae
Fix a few if(, for(, while( inside code.

Fix some indentation at the same time

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1292)
22 files changed:
apps/apps.c
apps/s_server.c
crypto/aes/aes_core.c
crypto/async/arch/async_win.c
crypto/async/async.c
crypto/bio/bss_mem.c
crypto/bn/bn_lcl.h
crypto/include/internal/evp_int.h
crypto/o_fopen.c
crypto/x509/x_x509a.c
include/openssl/engine.h
ssl/d1_lib.c
ssl/record/rec_layer_s3.c
ssl/record/ssl3_record.c
ssl/ssl_lib.c
ssl/ssl_sess.c
ssl/statem/statem.c
ssl/statem/statem_dtls.c
ssl/statem/statem_lib.c
ssl/statem/statem_srvr.c
test/asynctest.c
test/verify_extra_test.c