From: Bodo Möller Date: Thu, 14 Feb 2002 16:08:55 +0000 (+0000) Subject: fix indentation X-Git-Tag: OpenSSL-engine-0_9_6c^2^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e65991f977ef356ec3e238bc9082c70888379414;p=oweals%2Fopenssl.git fix indentation --- diff --git a/crypto/bio/bss_bio.c b/crypto/bio/bss_bio.c index 1eeed9e7fe..a5da473031 100644 --- a/crypto/bio/bss_bio.c +++ b/crypto/bio/bss_bio.c @@ -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_;