fix indentation
This commit is contained in:
parent
3e83e686ba
commit
e65991f977
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue