Commit 1eeeecb0 authored by Kouhei Sutou's avatar Kouhei Sutou

Fix indent

parent d3c6fafa
......@@ -390,7 +390,7 @@ exception_call:
if (!mrb_obj_is_kind_of(mrb, mesg, mrb->eException_class))
mrb_raise(mrb, E_TYPE_ERROR, "exception object expected");
if (argc > 2)
set_backtrace(mrb, mesg, argv[2]);
set_backtrace(mrb, mesg, argv[2]);
}
return mesg;
......
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