mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/**/*.[ch]: removed trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
87a371197e
commit
3e8d63059d
2 changed files with 2 additions and 2 deletions
|
@ -180,7 +180,7 @@ OSSL_X509_REVOKED_cmp(const X509_REVOKED * const *a, const X509_REVOKED * const
|
|||
(ASN1_STRING *)(*a)->serialNumber,
|
||||
(ASN1_STRING *)(*b)->serialNumber));
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev)
|
||||
{
|
||||
|
|
|
@ -9962,7 +9962,7 @@ create_encoding_table_core(arg, interp)
|
|||
encobj = rb_enc_from_encoding(rb_enc_from_index(ENCODING_INDEX_BINARY));
|
||||
rb_hash_aset(table, ENCODING_NAME_BINARY, encobj);
|
||||
rb_hash_aset(table, encobj, ENCODING_NAME_BINARY);
|
||||
|
||||
|
||||
|
||||
/* Tcl stub check */
|
||||
tcl_stubs_check();
|
||||
|
|
Loading…
Reference in a new issue