mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
Remove extra newline
This commit is contained in:
parent
e5b0a38596
commit
fa08bf3545
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user