Whitespace cleanup in crypto
[openssl.git] / crypto / asn1 / asn1_par.c
index 1e17895f264307f6fe9f4a996922c07ece4d30f2..4db3df9b8d3e58507854f5105cce308adf48dee6 100644 (file)
@@ -116,7 +116,7 @@ static int asn1_parse2(BIO *bp, const unsigned char **pp, long length,
             goto end;
         if (j & V_ASN1_CONSTRUCTED) {
             const unsigned char *sp = p;
-                
+
             ep = p + len;
             if (BIO_write(bp, "\n", 1) <= 0)
                 goto end;