* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d282efbeff
commit
a42466584c
@ -100,7 +100,7 @@ Init_enc_set_filesystem_encoding(void)
|
|||||||
int idx;
|
int idx;
|
||||||
#if defined NO_LOCALE_CHARMAP
|
#if defined NO_LOCALE_CHARMAP
|
||||||
# error NO_LOCALE_CHARMAP defined
|
# error NO_LOCALE_CHARMAP defined
|
||||||
#elif defined _WIN32
|
#elif defined _WIN32
|
||||||
char cp[SIZEOF_CP_NAME];
|
char cp[SIZEOF_CP_NAME];
|
||||||
CP_FORMAT(cp, AreFileApisANSI() ? GetACP() : GetOEMCP());
|
CP_FORMAT(cp, AreFileApisANSI() ? GetACP() : GetOEMCP());
|
||||||
idx = rb_enc_find_index(cp);
|
idx = rb_enc_find_index(cp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user