From d3d00ab8fe750551219655ab5cce0aee77efbe44 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 20 Dec 2012 06:18:26 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl_cipher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/openssl/ossl_cipher.c') diff --git a/ext/openssl/ossl_cipher.c b/ext/openssl/ossl_cipher.c index 03e89fe420..832cce9953 100644 --- a/ext/openssl/ossl_cipher.c +++ b/ext/openssl/ossl_cipher.c @@ -639,7 +639,7 @@ ossl_cipher_is_authenticated(VALUE self) nid = EVP_CIPHER_CTX_nid(ctx); if (ossl_is_gcm(nid)) { - return Qtrue; + return Qtrue; } else { return Qfalse; } -- cgit v1.2.3