mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix indent
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user