summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-29 05:47:11 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-29 05:47:11 +0000
commit09848085e71fc53af1e32e94a53ead1454fde239 (patch)
treebd6489fe05a7a70a2db7b378ca66dab76dcc9124 /ext
parentc9dc0164b8ad1cb23faf6120749bcc349a7bfd45 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/openssl/ossl_pkey_ec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/openssl/ossl_pkey_ec.c b/ext/openssl/ossl_pkey_ec.c
index 1b7705fd22..9a884c7ef5 100644
--- a/ext/openssl/ossl_pkey_ec.c
+++ b/ext/openssl/ossl_pkey_ec.c
@@ -951,7 +951,7 @@ ossl_ec_group_initialize_copy(VALUE self, VALUE other)
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, VALUE b)
return Qtrue;
}
-/*
+/*
* call-seq:
* group.generator => ec_point
*
@@ -1128,7 +1128,7 @@ static VALUE ossl_s_builtin_curves(VALUE self)
return ret;
}
-/*
+/*
* call-seq:
* group.asn1_flag -> Integer
*