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

ruby-changes:27016

From: nobu <ko1@a...>
Date: Tue, 5 Feb 2013 15:24:34 +0900 (JST)
Subject: [ruby-changes:27016] nobu:r39068 (trunk): * remove trailing spaces.

nobu	2013-02-05 15:24:16 +0900 (Tue, 05 Feb 2013)

  New Revision: 39068

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39068

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/vm_core.h

Index: vm_core.h
===================================================================
--- vm_core.h	(revision 39067)
+++ vm_core.h	(revision 39068)
@@ -843,7 +843,7 @@ void rb_thread_wakeup_timer_thread(void) https://github.com/ruby/ruby/blob/trunk/vm_core.h#L843
 int ruby_thread_has_gvl_p(void);
 typedef int rb_backtrace_iter_func(void *, VALUE, int, VALUE);
 rb_control_frame_t *rb_vm_get_ruby_level_next_cfp(rb_thread_t *th, const rb_control_frame_t *cfp);
-rb_control_frame_t *rb_vm_get_binding_creatable_next_cfp(rb_thread_t *th, const rb_control_frame_t *cfp); 
+rb_control_frame_t *rb_vm_get_binding_creatable_next_cfp(rb_thread_t *th, const rb_control_frame_t *cfp);
 int rb_vm_get_sourceline(const rb_control_frame_t *);
 VALUE rb_name_err_mesg_new(VALUE obj, VALUE mesg, VALUE recv, VALUE method);
 void rb_vm_stack_to_heap(rb_thread_t *th);

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

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