From 8e306b793abe07e631779510def8da659db9e040 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 10 Jan 2014 22:39:54 -0600 Subject: remove extraneous spaces --- cryptography/hazmat/bindings/commoncrypto/common_hmac.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cryptography/hazmat/bindings/commoncrypto/common_hmac.py b/cryptography/hazmat/bindings/commoncrypto/common_hmac.py index a4abcb04..72945364 100644 --- a/cryptography/hazmat/bindings/commoncrypto/common_hmac.py +++ b/cryptography/hazmat/bindings/commoncrypto/common_hmac.py @@ -32,8 +32,8 @@ typedef uint32_t CCHmacAlgorithm; FUNCTIONS = """ void CCHmacInit(CCHmacContext *, CCHmacAlgorithm, const void *, size_t); -void CCHmacUpdate( CCHmacContext *, const void *, size_t); -void CCHmacFinal( CCHmacContext *, void *); +void CCHmacUpdate(CCHmacContext *, const void *, size_t); +void CCHmacFinal(CCHmacContext *, void *); """ -- cgit v1.2.3