Formatting

This commit is contained in:
Mario Zechner 2024-04-10 15:15:58 +02:00
parent e7b47f64f3
commit 34387d48d4
4 changed files with 12 additions and 12 deletions

View File

@ -192,7 +192,7 @@ struct AtlasInput {
line.end = index; line.end = index;
if (index != end) index++; if (index != end) index++;
line = line.trim(); line = line.trim();
line.length = (int)(end - start); line.length = (int) (end - start);
return &line; return &line;
} }