Skip to content

Commit 452411d

Browse files
committed
fmt s4
1 parent c988151 commit 452411d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vlib/v/gen/c/cgen.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ mut:
202202
anon_fns shared []string // remove duplicate anon generated functions
203203
sumtype_definitions map[u32]bool // `_TypeA_to_sumtype_TypeB()` fns that have been generated
204204
trace_fn_definitions []string
205-
json_types []ast.Type // to avoid json gen duplicates
205+
json_types []ast.Type // to avoid json gen duplicates
206206
pcs []ProfileCounterMeta // -prof profile counter fn_names => fn counter name
207207
hotcode_fn_names []string
208208
hotcode_fpaths []string

0 commit comments

Comments
 (0)