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

ruby-changes:28662

From: nobu <ko1@a...>
Date: Tue, 14 May 2013 10:54:57 +0900 (JST)
Subject: [ruby-changes:28662] nobu:r40714 (trunk): * remove trailing spaces.

nobu	2013-05-14 10:54:48 +0900 (Tue, 14 May 2013)

  New Revision: 40714

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

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/ChangeLog
    trunk/gc.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 40713)
+++ ChangeLog	(revision 40714)
@@ -192,14 +192,14 @@ Mon May 13 19:29:54 2013  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L192
 	    without write barrier (planned).
 	  * RCLASS_SET_SUPER(a, b) set super class of a.
 
-	* array.c, class.c, compile.c, encoding.c, enum.c, error.c, eval.c, 
-	  file.c, gc.c, hash.c, io.c, iseq.c, marshal.c, object.c, 
+	* array.c, class.c, compile.c, encoding.c, enum.c, error.c, eval.c,
+	  file.c, gc.c, hash.c, io.c, iseq.c, marshal.c, object.c,
 	  parse.y, proc.c, process.c, random.c, ruby.c, sprintf.c,
-	  string.c, thread.c, transcode.c, vm.c, vm_eval.c, win32/file.c: 
+	  string.c, thread.c, transcode.c, vm.c, vm_eval.c, win32/file.c:
 	  Use above macros and functions to access RBasic::klass.
 
 	* ext/coverage/coverage.c, ext/readline/readline.c,
-	  ext/socket/ancdata.c, ext/socket/init.c, 
+	  ext/socket/ancdata.c, ext/socket/init.c,
 	* ext/zlib/zlib.c: ditto.
 
 Mon May 13 18:44:14 2013  Koichi Sasada  <ko1@a...>
Index: gc.c
===================================================================
--- gc.c	(revision 40713)
+++ gc.c	(revision 40714)
@@ -98,10 +98,10 @@ static ruby_gc_params_t initial_params = https://github.com/ruby/ruby/blob/trunk/gc.c#L98
 
 #if USE_RGENGC
 /* RGENGC_DEBUG:
- * 1: 
+ * 1:
  * 2: remember set operation
  * 3: mark
- * 4: 
+ * 4:
  * 5: sweep
  */
 #ifndef RGENGC_DEBUG

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

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