mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c9dc0164b8
commit
09848085e7
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue