wrap long line
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py
index eeddbcb..0272dd6 100644
--- a/OpenSSL/crypto.py
+++ b/OpenSSL/crypto.py
@@ -45,7 +45,8 @@
     errors = [
         _lib.X509_STORE_CTX_get_error(store_ctx._store_ctx),
         _lib.X509_STORE_CTX_get_error_depth(store_ctx._store_ctx),
-        _native(_ffi.string(_lib.X509_verify_cert_error_string(_lib.X509_STORE_CTX_get_error(store_ctx._store_ctx)))),
+        _native(_ffi.string(_lib.X509_verify_cert_error_string(
+                    _lib.X509_STORE_CTX_get_error(store_ctx._store_ctx)))),
     ]
     _x509 = _lib.X509_STORE_CTX_get_current_cert(store_ctx._store_ctx)
     if _x509 != _ffi.NULL: