* encoding.c (rb_enc_get_index): fixed indent.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-08-06 07:08:42 +00:00
parent efb9097352
commit 87c1a07d6a

View File

@ -578,7 +578,7 @@ rb_enc_get_index(VALUE obj)
VALUE tmp;
switch (BUILTIN_TYPE(obj)) {
as_default:
as_default:
default:
case T_STRING:
case T_REGEXP: