Code style fixes

This commit is contained in:
Sasha Szpakowski
2023-01-01 15:07:37 -04:00
parent 616ed0e7f8
commit de2b986787
6 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ void GenericShaper::computeGlyphPositions(const ColoredCodepoints &codepoints, R
}
}
int GenericShaper::computeWordWrapIndex(const ColoredCodepoints& codepoints, Range range, float wraplimit, float *width)
int GenericShaper::computeWordWrapIndex(const ColoredCodepoints &codepoints, Range range, float wraplimit, float *width)
{
if (!range.isValid())
range = Range(0, codepoints.cps.size());