Skip to content

Commit

Permalink
cgen: small cleanup of the "// THE END" comment generated at the end …
Browse files Browse the repository at this point in the history
…of each C program
  • Loading branch information
spytheman committed Nov 16, 2024
1 parent 4c557cf commit 719d9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/gen/c/cgen.v
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ pub fn gen(files []&ast.File, mut table ast.Table, pref_ &pref.Preferences) (str
header += '\n#endif\n'
out_str := g.out.str()
b.write_string(out_str)
b.writeln('\n// THE END.')
b.writeln('// THE END.')
util.timing_measure('cgen common')
res := b.str()
$if trace_all_generic_fn_keys ? {
Expand Down

0 comments on commit 719d9a5

Please sign in to comment.