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

ruby-changes:52991

From: svn <ko1@a...>
Date: Sat, 20 Oct 2018 15:53:19 +0900 (JST)
Subject: [ruby-changes:52991] svn:r65205 (trunk): * append newline at EOF.

svn	2018-10-20 15:53:11 +0900 (Sat, 20 Oct 2018)

  New Revision: 65205

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

  Log:
    * append newline at EOF.

  Modified files:
    trunk/mjit_compile.c
Index: mjit_compile.c
===================================================================
--- mjit_compile.c	(revision 65204)
+++ mjit_compile.c	(revision 65205)
@@ -246,4 +246,4 @@ mjit_compile(FILE *f, const struct rb_is https://github.com/ruby/ruby/blob/trunk/mjit_compile.c#L246
     return status.success;
 }
 
-#endif /* USE_MJIT */
\ No newline at end of file
+#endif /* USE_MJIT */

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

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