summaryrefslogtreecommitdiff
path: root/test/openssl
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-20 06:18:26 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-20 06:18:26 +0000
commitd3d00ab8fe750551219655ab5cce0aee77efbe44 (patch)
tree4cd529bc5555e9d6159fd3079e8740502944dc29 /test/openssl
parent215b54806b035509272779fefd57b432a1a0f9e5 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/openssl')
-rw-r--r--test/openssl/test_cipher.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openssl/test_cipher.rb b/test/openssl/test_cipher.rb
index 64c89be8b1..15cfb7b302 100644
--- a/test/openssl/test_cipher.rb
+++ b/test/openssl/test_cipher.rb
@@ -14,7 +14,7 @@ class OpenSSL::TestCipher < Test::Unit::TestCase
ciphers.include?(name)
end
has_cipher?(name)
- end
+ end
def has_ciphers?(list)
list.all? { |name| has_cipher?(name) }