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

ruby-changes:54382

From: svn <ko1@a...>
Date: Fri, 28 Dec 2018 02:39:25 +0900 (JST)
Subject: [ruby-changes:54382] svn:r66596 (trunk): * remove trailing spaces.

svn	2018-12-28 02:39:21 +0900 (Fri, 28 Dec 2018)

  New Revision: 66596

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

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/vm_core.h
Index: vm_core.h
===================================================================
--- vm_core.h	(revision 66595)
+++ vm_core.h	(revision 66596)
@@ -1886,7 +1886,7 @@ static inline void https://github.com/ruby/ruby/blob/trunk/vm_core.h#L1886
 rb_exec_event_hook_script_compiled(rb_execution_context_t *ec, const rb_iseq_t *iseq, VALUE eval_script)
 {
     EXEC_EVENT_HOOK(ec, RUBY_EVENT_SCRIPT_COMPILED, ec->cfp->self, 0, 0, 0,
-                    NIL_P(eval_script) ? (VALUE)iseq : 
+                    NIL_P(eval_script) ? (VALUE)iseq :
                     rb_ary_new_from_args(2, eval_script, (VALUE)iseq));
 }
 

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

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