mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 09:46:02 +08:00
Formatting
This commit is contained in:
parent
e7b47f64f3
commit
34387d48d4
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user