aboutsummaryrefslogtreecommitdiffstats
path: root/localeinit.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-19 06:01:26 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-19 06:01:26 +0000
commit5b25b766c5e647e688e509ae1653833e15b20dd8 (patch)
tree7dd55b611b87f52af307f3ed42255a846a4fe815 /localeinit.c
parent8246f16969bee62c4c72961d303d820bd391c05a (diff)
downloadruby-5b25b766c5e647e688e509ae1653833e15b20dd8.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'localeinit.c')
-rw-r--r--localeinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/localeinit.c b/localeinit.c
index 605e3bd148..eeec9adac6 100644
--- a/localeinit.c
+++ b/localeinit.c
@@ -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);