From a4ce3ab4fd5982af49662320839f8ec109d63881 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 3 Sep 2012 03:22:22 +0000 Subject: remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/openssl') diff --git a/ext/openssl/ossl.c b/ext/openssl/ossl.c index ebd2b5d13a..989e91417d 100644 --- a/ext/openssl/ossl.c +++ b/ext/openssl/ossl.c @@ -944,7 +944,7 @@ Init_openssl() rb_define_const(mOSSL, "OPENSSL_VERSION_NUMBER", INT2NUM(OPENSSL_VERSION_NUMBER)); /* - * Boolean indicating whether OpenSSL runs in FIPS mode or not + * Boolean indicating whether OpenSSL runs in FIPS mode or not */ #ifdef HAVE_OPENSSL_FIPS rb_define_const(mOSSL, "OPENSSL_FIPS", Qtrue); -- cgit v1.2.3