Fix indent in mrb_hash_to_hash()

This commit is contained in:
Jun Hiroe
2014-05-18 15:33:41 +09:00
parent 1f6d8d73bd
commit d330e5b102
+1 -1
View File
@@ -678,7 +678,7 @@ mrb_hash_empty_p(mrb_state *mrb, mrb_value self)
static mrb_value
mrb_hash_to_hash(mrb_state *mrb, mrb_value hash)
{
return hash;
return hash;
}
/* 15.2.13.4.19 */