aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCory Benfield <lukasaoz@gmail.com>2015-12-23 21:45:55 +0000
committerCory Benfield <lukasaoz@gmail.com>2015-12-23 21:45:55 +0000
commit1b2a3ea74ee66513c80a738841855eada6126090 (patch)
tree6486fdc6bc32f70d14c768e27ecaa24557a6117f
parent50d1805b7cca96b836ca5a40f159f984f00e806c (diff)
downloadcryptography-1b2a3ea74ee66513c80a738841855eada6126090.tar.gz
cryptography-1b2a3ea74ee66513c80a738841855eada6126090.tar.bz2
cryptography-1b2a3ea74ee66513c80a738841855eada6126090.zip
Remove spaces.
-rw-r--r--src/_cffi_src/commoncrypto/sectrust.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_cffi_src/commoncrypto/sectrust.py b/src/_cffi_src/commoncrypto/sectrust.py
index 5330afd4..b787afad 100644
--- a/src/_cffi_src/commoncrypto/sectrust.py
+++ b/src/_cffi_src/commoncrypto/sectrust.py
@@ -12,7 +12,7 @@ TYPES = """
"""
FUNCTIONS = """
-OSStatus SecTrustCopyAnchorCertificates ( CFArrayRef *anchors );
+OSStatus SecTrustCopyAnchorCertificates(CFArrayRef *);
"""
MACROS = """