mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
work on comments
This commit is contained in:
@@ -233,7 +233,7 @@ align_comments :: proc(p: ^Printer) {
|
||||
|
||||
for info in comment_infos {
|
||||
|
||||
if info.begin == info.end {
|
||||
if info.begin == info.end || info.length == 0 {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user