mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
odinfmt
This commit is contained in:
@@ -42,7 +42,7 @@ comment_before_position :: proc(p: ^Printer, pos: tokenizer.Pos) -> bool {
|
||||
}
|
||||
|
||||
@(private)
|
||||
next_comment_group :: proc(p: ^Printer) {
|
||||
next_comment_group :: proc(p: ^Printer) {
|
||||
p.latest_comment_index += 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user