ruby-changes:32032
From: nobu <ko1@a...>
Date: Tue, 10 Dec 2013 15:26:08 +0900 (JST)
Subject: [ruby-changes:32032] nobu:r44111 (trunk): * remove trailing spaces.
nobu 2013-12-10 15:26:05 +0900 (Tue, 10 Dec 2013) New Revision: 44111 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44111 Log: * remove trailing spaces. Modified files: trunk/gc.c Index: gc.c =================================================================== --- gc.c (revision 44110) +++ gc.c (revision 44111) @@ -4376,7 +4376,7 @@ gc_check_after_marks_i(st_data_t k, st_d https://github.com/ruby/ruby/blob/trunk/gc.c#L4376 static void gc_marks_check(rb_objspace_t *objspace, int (*checker_func)(ANYARGS), const char *checker_name) { - + size_t saved_malloc_increase = objspace->malloc_params.increase; #if RGENGC_ESTIMATE_OLDMALLOC size_t saved_oldmalloc_increase = objspace->rgengc.oldmalloc_increase; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/