mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #2285 from suzukaze/fix-indent
Fix indent in mrb_hash_to_hash()
This commit is contained in:
+1
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user