Commit 7328169a authored by Jun Hiroe's avatar Jun Hiroe

Fix indents

parent 265f1b99
...@@ -1351,7 +1351,6 @@ mrb_str_index_m(mrb_state *mrb, mrb_value str) ...@@ -1351,7 +1351,6 @@ mrb_str_index_m(mrb_state *mrb, mrb_value str)
sub = argv[0]; sub = argv[0];
else else
sub = mrb_nil_value(); sub = mrb_nil_value();
} }
regexp_check(mrb, sub); regexp_check(mrb, sub);
if (pos < 0) { if (pos < 0) {
......
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