cgen: vfmt cgen.v after changes from previous commit

pull/7162/head
joe-conigliaro 2020-12-06 18:05:17 +11:00
parent 7733834751
commit cd72c25edb
No known key found for this signature in database
GPG Key ID: C12F7136C08206F1
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ mut:
// sum type deref needs to know which index to deref because unions take care of the correct field
aggregate_type_idx int
returned_var_name string // to detect that a var doesn't need to be freed since it's being returned
branch_parent_pos int // used in BranchStmt (continue/break) for autofree stop position
branch_parent_pos int // used in BranchStmt (continue/break) for autofree stop position
}
const (