summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-15 13:12:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-15 13:12:03 +0000
commit4d94977775fff6c5fb8d6350e5627d294d27350a (patch)
tree1c215b0e8f469f0bc17208f0c38002d92f721ef6
parentf24101682560b68dfec4667895d746a42e6ab7b1 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 7c57972545..b127dd8c37 100644
--- a/gc.c
+++ b/gc.c
@@ -4749,7 +4749,7 @@ rb_objspace_reachable_objects_from_root(void (func)(const char *category, VALUE,
data.func = func;
data.data = passing_data;
-
+
mfd.mark_func = root_objects_from;
mfd.data = &data;