ruby-changes:26438
From: nobu <ko1@a...>
Date: Thu, 20 Dec 2012 15:18:36 +0900 (JST)
Subject: [ruby-changes:26438] nobu:r38489 (trunk): * remove trailing spaces.
nobu 2012-12-20 15:18:26 +0900 (Thu, 20 Dec 2012) New Revision: 38489 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38489 Log: * remove trailing spaces. Modified files: trunk/ext/openssl/ossl_cipher.c trunk/test/openssl/test_cipher.rb Index: ext/openssl/ossl_cipher.c =================================================================== --- ext/openssl/ossl_cipher.c (revision 38488) +++ ext/openssl/ossl_cipher.c (revision 38489) @@ -639,7 +639,7 @@ ossl_cipher_is_authenticated(VALUE self) https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_cipher.c#L639 nid = EVP_CIPHER_CTX_nid(ctx); if (ossl_is_gcm(nid)) { - return Qtrue; + return Qtrue; } else { return Qfalse; } Index: test/openssl/test_cipher.rb =================================================================== --- test/openssl/test_cipher.rb (revision 38488) +++ test/openssl/test_cipher.rb (revision 38489) @@ -14,7 +14,7 @@ class OpenSSL::TestCipher < Test::Unit:: https://github.com/ruby/ruby/blob/trunk/test/openssl/test_cipher.rb#L14 ciphers.include?(name) end has_cipher?(name) - end + end def has_ciphers?(list) list.all? { |name| has_cipher?(name) } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/