Merge pull request #2285 from suzukaze/fix-indent

Fix indent in mrb_hash_to_hash()
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-05-18 21:07:58 +09:00
+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 */