ruby-changes:32224
From: nobu <ko1@a...>
Date: Fri, 20 Dec 2013 20:20:23 +0900 (JST)
Subject: [ruby-changes:32224] nobu:r44303 (trunk): * remove trailing spaces.
nobu 2013-12-20 20:20:16 +0900 (Fri, 20 Dec 2013) New Revision: 44303 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44303 Log: * remove trailing spaces. Modified files: trunk/include/ruby/ruby.h Index: include/ruby/ruby.h =================================================================== --- include/ruby/ruby.h (revision 44302) +++ include/ruby/ruby.h (revision 44303) @@ -1205,7 +1205,7 @@ void rb_gc_writebarrier_unprotect_promot https://github.com/ruby/ruby/blob/trunk/include/ruby/ruby.h#L1205 * - RB_OBJ_WRITTEN(a, oldv, b): WB for new reference from `a' to `b'. * This doesn't write any values, but only a WB declaration. * `oldv' is replaced value with `b' (not used in current Ruby). - * + * * NOTE: The following core interfaces can be changed in the future. * Please catch up if you want to insert WB into C-extensions * correctly. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/