mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
fix indentation
This commit is contained in:
parent
3e83e686ba
commit
e65991f977
@ -260,7 +260,7 @@ static ssize_t bio_nread(BIO *bio, char **buf, size_t num_)
|
||||
ssize_t num, available;
|
||||
|
||||
if (num_ > SSIZE_MAX)
|
||||
num = SSIZE_MAX;
|
||||
num = SSIZE_MAX;
|
||||
else
|
||||
num = (ssize_t)num_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user