mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add indent to lv in the C dump.
This commit is contained in:
+1
-1
@@ -1081,7 +1081,7 @@ dump_irep_struct(mrb_state *mrb, const mrb_irep *irep, uint8_t flags, FILE *fp,
|
||||
fputs( "NULL,\n", fp);
|
||||
}
|
||||
if (irep->lv) {
|
||||
fprintf(fp, "%s_lv_%d,\n", name, n);
|
||||
fprintf(fp, " %s_lv_%d,\n", name, n);
|
||||
}
|
||||
else {
|
||||
fputs( " NULL,\t\t\t\t\t/* lv */\n", fp);
|
||||
|
||||
Reference in New Issue
Block a user