Fix whitespace nit in ossl_statem_server_pre_work
authorBenjamin Kaduk <bkaduk@akamai.com>
Mon, 16 Mar 2020 18:25:12 +0000 (11:25 -0700)
committerBen Kaduk <kaduk@mit.edu>
Fri, 1 May 2020 22:10:10 +0000 (15:10 -0700)
commit6250282f7fc37c5903d051174a69053a80e1b1bd
treea4fd40e7d2a62b81f815788425d00ae145b58573
parent90113096186e185cd07ee1c4c7267d0e68e67793
Fix whitespace nit in ossl_statem_server_pre_work

An 'if' clause was nestled against a previous closing brace as it if was
an 'else if', but should properly stand on its own line.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11416)
ssl/statem/statem_srvr.c