From d0e5a34ac7c34e70c145024a0fed8f6042814f29 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Apr 2010 08:21:01 +0000 Subject: * ext/**/*.[ch]: removed trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/openssl/ossl.c') diff --git a/ext/openssl/ossl.c b/ext/openssl/ossl.c index 510fbdf297..b3f76c26fc 100644 --- a/ext/openssl/ossl.c +++ b/ext/openssl/ossl.c @@ -143,7 +143,7 @@ ossl_buf2str(char *buf, int len) */ static VALUE ossl_pem_passwd_cb0(VALUE flag) -{ +{ VALUE pass; pass = rb_yield(flag); @@ -360,7 +360,7 @@ void ossl_debug(const char *fmt, ...) { va_list args; - + if (dOSSL == Qtrue) { fprintf(stderr, "OSSL_DEBUG: "); va_start(args, fmt); @@ -393,7 +393,7 @@ ossl_debug_set(VALUE self, VALUE val) { VALUE old = dOSSL; dOSSL = val; - + if (old != dOSSL) { if (dOSSL == Qtrue) { CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON); -- cgit v1.2.3