fix indentation
authorBodo Möller <bodo@openssl.org>
Thu, 14 Feb 2002 16:06:19 +0000 (16:06 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 14 Feb 2002 16:06:19 +0000 (16:06 +0000)
crypto/bio/bss_bio.c

index 9c8f1514bf12ac17bbe5fd3faa2e30f14ea33757..32afea95a61402895499ebd7159f02ea69a9adce 100644 (file)
@@ -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_;