From 1b2a3ea74ee66513c80a738841855eada6126090 Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Wed, 23 Dec 2015 21:45:55 +0000 Subject: Remove spaces. --- src/_cffi_src/commoncrypto/sectrust.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = """ -- cgit v1.2.3