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

ruby-changes:29388

From: nagachika <ko1@a...>
Date: Thu, 20 Jun 2013 00:28:25 +0900 (JST)
Subject: [ruby-changes:29388] nagachika:r41440 (trunk): * gc.c (gc_free_stored_bitmaps): fix indent.

nagachika	2013-06-20 00:27:58 +0900 (Thu, 20 Jun 2013)

  New Revision: 41440

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

  Log:
    * gc.c (gc_free_stored_bitmaps): fix indent.

  Modified files:
    trunk/gc.c

Index: gc.c
===================================================================
--- gc.c	(revision 41439)
+++ gc.c	(revision 41440)
@@ -3554,7 +3554,7 @@ static void https://github.com/ruby/ruby/blob/trunk/gc.c#L3554
 gc_free_stored_bitmaps(rb_objspace_t *objspace, uintptr_t *stored_bitmaps)
 {
     free(stored_bitmaps);
-    }
+}
 
 static void
 gc_marks_test(rb_objspace_t *objspace, rb_thread_t *th, uintptr_t *before_stored_bitmaps)

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

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