summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_digest.c
diff options
context:
space:
mode:
authornobu <nobu@ruby-lang.org>2010-04-22 08:21:01 +0000
committernobu <nobu@ruby-lang.org>2010-04-22 08:21:01 +0000
commitdef991f31c3552ce7a66843153e7b0fea4676c8e (patch)
tree4a07c8818281d8630934fe99c6776a0dff276f7d /ext/openssl/ossl_digest.c
parent7edf7377a94be591d03a2cc32479bdbbc55464a2 (diff)
downloadruby-openssl-history-def991f31c3552ce7a66843153e7b0fea4676c8e.tar.gz
* ext/**/*.[ch]: removed trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_digest.c')
-rw-r--r--ext/openssl/ossl_digest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_digest.c b/ext/openssl/ossl_digest.c
index 506d480..04679d3 100644
--- a/ext/openssl/ossl_digest.c
+++ b/ext/openssl/ossl_digest.c
@@ -241,7 +241,7 @@ Init_ossl_digest()
cDigest = rb_define_class_under(mOSSL, "Digest", rb_path2class("Digest::Class"));
eDigestError = rb_define_class_under(cDigest, "DigestError", eOSSLError);
-
+
rb_define_alloc_func(cDigest, ossl_digest_alloc);
rb_define_method(cDigest, "initialize", ossl_digest_initialize, -1);