Remove extra newline

This commit is contained in:
elpekenin 2023-12-11 23:29:46 +01:00
parent e5b0a38596
commit fa08bf3545

View File

@ -238,7 +238,6 @@ class QFFFont:
exit(1) exit(1)
glyph_pixel_offsets.append(x) glyph_pixel_offsets.append(x)
width = x - last_offset width = x - last_offset
if width > QFFGlyphInfo.GLYPH_WIDTH_MASK: if width > QFFGlyphInfo.GLYPH_WIDTH_MASK:
self.logger.error("A glyph is too wide for QFF's encoding") self.logger.error("A glyph is too wide for QFF's encoding")