ruby-changes:43955
From: svn <ko1@a...>
Date: Mon, 29 Aug 2016 14:54:24 +0900 (JST)
Subject: [ruby-changes:43955] svn:r56028 (trunk): * remove trailing spaces.
svn 2016-08-29 14:47:11 +0900 (Mon, 29 Aug 2016) New Revision: 56028 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56028 Log: * remove trailing spaces. Modified files: trunk/ext/openssl/ossl_pkey_ec.c Index: ext/openssl/ossl_pkey_ec.c =================================================================== --- ext/openssl/ossl_pkey_ec.c (revision 56027) +++ ext/openssl/ossl_pkey_ec.c (revision 56028) @@ -951,7 +951,7 @@ ossl_ec_group_initialize_copy(VALUE self https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_pkey_ec.c#L951 return self; } -/* +/* * call-seq: * group1.eql?(group2) => true | false * group1 == group2 => true | false @@ -972,7 +972,7 @@ static VALUE ossl_ec_group_eql(VALUE a, https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_pkey_ec.c#L972 return Qtrue; } -/* +/* * call-seq: * group.generator => ec_point * @@ -1128,7 +1128,7 @@ static VALUE ossl_s_builtin_curves(VALUE https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_pkey_ec.c#L1128 return ret; } -/* +/* * call-seq: * group.asn1_flag -> Integer * -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/