From 85ec8dbb659c1679fca703d719e2e27ad9d5a135 Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 18 Oct 2013 17:04:01 -0700 Subject: Add a space between arguments per the style guide. --- cryptography/bindings/openssl/asn1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptography/bindings/openssl/asn1.py b/cryptography/bindings/openssl/asn1.py index 1edcd449..5bd72e9a 100644 --- a/cryptography/bindings/openssl/asn1.py +++ b/cryptography/bindings/openssl/asn1.py @@ -117,5 +117,5 @@ ASN1_INTEGER *ASN1_INTEGER_dup(ASN1_INTEGER *); int ASN1_INTEGER_cmp(ASN1_INTEGER *, ASN1_INTEGER *); long ASN1_INTEGER_get(ASN1_INTEGER *); -BIGNUM *ASN1_INTEGER_to_BN(ASN1_INTEGER *,BIGNUM *); +BIGNUM *ASN1_INTEGER_to_BN(ASN1_INTEGER *, BIGNUM *); """ -- cgit v1.2.3