diff options
author | Cory Benfield <lukasaoz@gmail.com> | 2015-12-23 21:45:55 +0000 |
---|---|---|
committer | Cory Benfield <lukasaoz@gmail.com> | 2015-12-23 21:45:55 +0000 |
commit | 1b2a3ea74ee66513c80a738841855eada6126090 (patch) | |
tree | 6486fdc6bc32f70d14c768e27ecaa24557a6117f /src/_cffi_src/commoncrypto | |
parent | 50d1805b7cca96b836ca5a40f159f984f00e806c (diff) | |
download | cryptography-1b2a3ea74ee66513c80a738841855eada6126090.tar.gz cryptography-1b2a3ea74ee66513c80a738841855eada6126090.tar.bz2 cryptography-1b2a3ea74ee66513c80a738841855eada6126090.zip |
Remove spaces.
Diffstat (limited to 'src/_cffi_src/commoncrypto')
-rw-r--r-- | src/_cffi_src/commoncrypto/sectrust.py | 2 |
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 = """ |