Commit 13db4da2 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2266 from suzukaze/fix-indent

Fix indents
parents 265f1b99 7328169a
...@@ -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