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@58551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5fee67c9ba
commit
7abf8bae23
1 changed files with 1 additions and 1 deletions
2
string.c
2
string.c
|
@ -10273,7 +10273,7 @@ Init_String(void)
|
|||
rb_define_method(rb_cString, "ascii_only?", rb_str_is_ascii_only_p, 0);
|
||||
|
||||
/* define module here so that we don't have to look it up */
|
||||
mUnicodeNormalize = rb_define_module("UnicodeNormalize");
|
||||
mUnicodeNormalize = rb_define_module("UnicodeNormalize");
|
||||
id_normalize = rb_intern("normalize");
|
||||
|
||||
rb_define_method(rb_cString, "unicode_normalize", rb_str_unicode_normalize, -1);
|
||||
|
|
Loading…
Reference in a new issue