expand these comments a bit
diff --git a/src/crypto/pkcs12.c b/src/crypto/pkcs12.c
index 8b6d855..7bbdb07 100644
--- a/src/crypto/pkcs12.c
+++ b/src/crypto/pkcs12.c
@@ -420,8 +420,7 @@
 @returns: The PKCS12 object\n\
 ";
 static PyObject *
-crypto_PKCS12_new(PyTypeObject *subtype, PyObject *args, PyObject *kwargs)
-{
+crypto_PKCS12_new(PyTypeObject *subtype, PyObject *args, PyObject *kwargs) {
     if (!PyArg_ParseTuple(args, ":PKCS12")) {
         return NULL;
     }