Commit e132de9e authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #3064 from kou/fix-indent

Fix indent
parents d3c6fafa 1eeeecb0
......@@ -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