Commit d330e5b1 authored by Jun Hiroe's avatar Jun Hiroe

Fix indent in mrb_hash_to_hash()

parent 1f6d8d73
...@@ -678,7 +678,7 @@ mrb_hash_empty_p(mrb_state *mrb, mrb_value self) ...@@ -678,7 +678,7 @@ mrb_hash_empty_p(mrb_state *mrb, mrb_value self)
static mrb_value static mrb_value
mrb_hash_to_hash(mrb_state *mrb, mrb_value hash) mrb_hash_to_hash(mrb_state *mrb, mrb_value hash)
{ {
return hash; return hash;
} }
/* 15.2.13.4.19 */ /* 15.2.13.4.19 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment