Move more comments that confuse indent
[oweals/openssl.git] / crypto / bio / bss_bio.c
index 6d86587ee3276a9c92d3b5d6528eca6662f1590e..b948631cd7cb454ea5e9d46acfe94b1ac2d9c65a 100644 (file)
@@ -151,7 +151,8 @@ static int bio_new(BIO *bio)
                return 0;
 
        b->peer = NULL;
-       b->size = 17*1024; /* enough for one TLS record (just a default) */
+       /* enough for one TLS record (just a default) */
+       b->size = 17*1024;
        b->buf = NULL;
 
        bio->ptr = b;