commit | f0da6670dcf2485da3f6aa2e08eb679d5e509c7e | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Tue Aug 28 09:55:10 2018 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Tue Aug 28 09:55:10 2018 +0100 |
tree | 94cea37fed71e45a1f16561f538b3c14b5f82eb4 | |
parent | ecbdf1c0481a2a9caeb9e32f1c8e80967457ed04 [diff] [blame] |
Style: Add braces around if-branch where else-branch has them
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 5f1ec07..4cb543c 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -3440,7 +3440,9 @@ remaining = (size_t) ret; if( remaining == 0 ) + { flush = SSL_FORCE_FLUSH; + } else { MBEDTLS_SSL_DEBUG_MSG( 2, ( "Still %u bytes available in current datagram", (unsigned) remaining ) );