fix various formatting issues
[openssl.git] / crypto / pkcs12 / p12_mutl.c
index 62a62cbe9ba3d09c257b037389087601d1c38a1d..230f3e6b302e995bf6f1713815112d0f92f26273 100644 (file)
@@ -66,7 +66,7 @@
 
 int PKCS12_mac_present(PKCS12 *p12)
 {
-return p12->mac ? 1 : 0;
+    return p12->mac ? 1 : 0;
 }
 
 void PKCS12_get0_mac(ASN1_OCTET_STRING **pmac, X509_ALGOR **pmacalg,