summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-05 12:49:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-05 12:49:07 +0000
commit928c99944ba88784a5e921df900472fb32963466 (patch)
treed652bfdb564d3f036480f2dfb2428ca15a898edf /gc.c
parent941e36d3dbffe4fd1409f92dd72b0d00d6c367f4 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 7d0852614f..1b1be69d1e 100644
--- a/gc.c
+++ b/gc.c
@@ -5097,7 +5097,7 @@ gc_info_decode(int flags, VALUE hash_or_key)
else if (hash != Qnil) \
rb_hash_aset(hash, sym_##name, (attr));
- major_by =
+ major_by =
(flags & GPR_FLAG_MAJOR_BY_NOFREE) ? sym_nofree :
(flags & GPR_FLAG_MAJOR_BY_OLDGEN) ? sym_oldgen :
(flags & GPR_FLAG_MAJOR_BY_SHADY) ? sym_shady :