[前][次][番号順一覧][スレッド一覧]

ruby-changes:42944

From: svn <ko1@a...>
Date: Mon, 16 May 2016 19:46:38 +0900 (JST)
Subject: [ruby-changes:42944] svn:r55019 (trunk): * append newline at EOF.

svn	2016-05-16 19:46:33 +0900 (Mon, 16 May 2016)

  New Revision: 55019

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55019

  Log:
    * append newline at EOF.

  Modified files:
    trunk/enc/unicode.c
Index: enc/unicode.c
===================================================================
--- enc/unicode.c	(revision 55018)
+++ enc/unicode.c	(revision 55019)
@@ -782,4 +782,4 @@ onigenc_unicode_case_map(OnigCaseFoldTyp https://github.com/ruby/ruby/blob/trunk/enc/unicode.c#L782
     return (int)(to-to_start);
 }
 
-#endif   /* ONIG_CASE_MAPPING */
\ No newline at end of file
+#endif   /* ONIG_CASE_MAPPING */

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]