Skip to content

Commit

Permalink
* remove trailing spaces.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
matzbot committed Jun 19, 2016
1 parent d282efb commit a424665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localeinit.c
Expand Up @@ -100,7 +100,7 @@ Init_enc_set_filesystem_encoding(void)
int idx;
#if defined NO_LOCALE_CHARMAP
# error NO_LOCALE_CHARMAP defined
#elif defined _WIN32
#elif defined _WIN32
char cp[SIZEOF_CP_NAME];
CP_FORMAT(cp, AreFileApisANSI() ? GetACP() : GetOEMCP());
idx = rb_enc_find_index(cp);
Expand Down

0 comments on commit a424665

Please sign in to comment.