ruby-changes:43378
From: svn <ko1@a...>
Date: Sun, 19 Jun 2016 15:01:31 +0900 (JST)
Subject: [ruby-changes:43378] svn:r55452 (trunk): * remove trailing spaces.
svn 2016-06-19 15:01:26 +0900 (Sun, 19 Jun 2016) New Revision: 55452 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55452 Log: * remove trailing spaces. Modified files: trunk/localeinit.c Index: localeinit.c =================================================================== --- localeinit.c (revision 55451) +++ localeinit.c (revision 55452) @@ -100,7 +100,7 @@ Init_enc_set_filesystem_encoding(void) https://github.com/ruby/ruby/blob/trunk/localeinit.c#L100 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); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/