Merge pull request #3064 from kou/fix-indent

Fix indent
This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-12-29 14:25:10 +09:00
+1 -1
View File
@@ -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;