summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_pkey.c
diff options
context:
space:
mode:
authornobu <nobu@ruby-lang.org>2010-04-22 08:04:13 +0000
committernobu <nobu@ruby-lang.org>2010-04-22 08:04:13 +0000
commit09d9cdd1865728eddbc0fecc769b09feb43edcac (patch)
tree2a2b71eec38e50518b59a892c07e6b71678bd620 /ext/openssl/ossl_pkey.c
parent8440d5adfabf92ad5472a2f7b450d0ace0501a32 (diff)
downloadruby-openssl-history-09d9cdd1865728eddbc0fecc769b09feb43edcac.tar.gz
* ext/**/*.[ch]: removed trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_pkey.c')
-rw-r--r--ext/openssl/ossl_pkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_pkey.c b/ext/openssl/ossl_pkey.c
index 903a3bb..37a9f8c 100644
--- a/ext/openssl/ossl_pkey.c
+++ b/ext/openssl/ossl_pkey.c
@@ -214,7 +214,7 @@ Init_ossl_pkey()
#if 0 /* let rdoc know about mOSSL */
mOSSL = rb_define_module("OpenSSL");
#endif
-
+
mPKey = rb_define_module_under(mOSSL, "PKey");
ePKeyError = rb_define_class_under(mPKey, "PKeyError", eOSSLError);