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

ruby-changes:52130

From: svn <ko1@a...>
Date: Mon, 13 Aug 2018 21:42:08 +0900 (JST)
Subject: [ruby-changes:52130] svn:r64338 (trunk): * remove trailing spaces.

svn	2018-08-13 21:42:04 +0900 (Mon, 13 Aug 2018)

  New Revision: 64338

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

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/vm_method.c
Index: vm_method.c
===================================================================
--- vm_method.c	(revision 64337)
+++ vm_method.c	(revision 64338)
@@ -1301,7 +1301,7 @@ check_definition_visibility(VALUE mod, i https://github.com/ruby/ruby/blob/trunk/vm_method.c#L1301
 
     me = rb_method_entry_without_refinements(lookup_mod, id, NULL);
     if (me) {
-	if (!inc_super && me->owner != mod) return METHOD_VISI_UNDEF; 
+	if (!inc_super && me->owner != mod) return METHOD_VISI_UNDEF;
 	return METHOD_ENTRY_VISI(me);
     }
     return METHOD_VISI_UNDEF;

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

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