Skip to content

Commit

Permalink
adjust indent
Browse files Browse the repository at this point in the history
* gc.c (os_obj_of_i): adjust indent.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed May 31, 2012
1 parent 2ab7c53 commit 9606603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2942,7 +2942,7 @@ os_obj_of_i(void *vstart, void *vend, size_t stride, void *data)
continue;
case T_CLASS:
if (FL_TEST(p, FL_SINGLETON))
continue;
continue;
default:
if (!p->as.basic.klass) continue;
v = (VALUE)p;
Expand Down

0 comments on commit 9606603

Please sign in to comment.