From f5c66ea482034762e50693ed619e98ec1f8f2518 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 12 Mar 2008 03:49:55 +0000 Subject: * gc.c: removed trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@15754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- gc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gc.c b/gc.c index c7317a4101..ecc4ad075b 100644 --- a/gc.c +++ b/gc.c @@ -518,7 +518,7 @@ init_mark_stack() } #define MARK_STACK_EMPTY (mark_stack_ptr == mark_stack) - + static st_table *source_filenames; char * @@ -725,7 +725,7 @@ gc_mark(ptr, lev) if (!mark_stack_overflow) { if (mark_stack_ptr - mark_stack < MARK_STACK_MAX) { *mark_stack_ptr = ptr; - mark_stack_ptr++; + mark_stack_ptr++; } else { mark_stack_overflow = 1; @@ -1958,7 +1958,7 @@ id2ref(obj, objid) * call-seq: * obj.__id__ => fixnum * obj.object_id => fixnum - * + * * Returns an integer identifier for obj. The same number will * be returned on all calls to id for a given object, and * no two active objects will share an id. @@ -1970,7 +1970,7 @@ id2ref(obj, objid) /* * call-seq: * obj.hash => fixnum - * + * * Generates a Fixnum hash value for this object. This * function must have the property that a.eql?(b) implies * a.hash == b.hash. The hash value is used by class -- cgit v1.2.3