Commit 4f3114db authored by Kouhei Sutou's avatar Kouhei Sutou

Add a missing space after ","

parent e070fce8
...@@ -424,7 +424,7 @@ main(int argc, char **argv) ...@@ -424,7 +424,7 @@ main(int argc, char **argv)
else { else {
/* no */ /* no */
if (!mrb_respond_to(mrb, result, mrb_intern_lit(mrb, "inspect"))){ if (!mrb_respond_to(mrb, result, mrb_intern_lit(mrb, "inspect"))){
result = mrb_any_to_s(mrb,result); result = mrb_any_to_s(mrb, result);
} }
p(mrb, result, 1); p(mrb, result, 1);
} }
......
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