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

ruby-changes:29557

From: nobu <ko1@a...>
Date: Tue, 25 Jun 2013 01:02:16 +0900 (JST)
Subject: [ruby-changes:29557] nobu:r41609 (trunk): * remove trailing spaces.

nobu	2013-06-25 01:01:06 +0900 (Tue, 25 Jun 2013)

  New Revision: 41609

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

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/gc.c

Index: gc.c
===================================================================
--- gc.c	(revision 41608)
+++ gc.c	(revision 41609)
@@ -385,7 +385,7 @@ typedef struct rb_objspace { https://github.com/ruby/ruby/blob/trunk/gc.c#L385
 
 	/* for check mode */
 	VALUE parent_object;
-	unsigned int  monitor_level; 
+	unsigned int  monitor_level;
 	st_table *monitored_object_table;
 
 	int need_major_gc;
@@ -3007,7 +3007,7 @@ rgengc_check_shady(rb_objspace_t *objspa https://github.com/ruby/ruby/blob/trunk/gc.c#L3007
 #define SAVED_OLD(x) MARKED_IN_BITMAP(GET_HEAP_SLOT(x)->saved_oldgen_bits, (x))
 #define SAVED_REM(x) MARKED_IN_BITMAP(GET_HEAP_SLOT(x)->saved_rememberset_bits, (x))
     VALUE parent = objspace->rgengc.parent_object;
-    
+
     if (objspace->rgengc.have_saved_bitmaps && !monitor_level) {
 	/* check WB sanity */
 	if (!SAVED_OLD(obj) &&                          /* obj is young object (newly created or shady) */

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

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