fix indentation

This commit is contained in:
Qunxin Liu 2023-10-27 11:00:38 -07:00
parent c79c9f5c6e
commit 38345e8a19

View File

@ -891,7 +891,7 @@ def prune_post_subset(self, font, options):
m.MarkAnchor.prune_hints() m.MarkAnchor.prune_hints()
for l in self.LigatureArray.LigatureAttach: for l in self.LigatureArray.LigatureAttach:
if l is None: if l is None:
continue continue
for c in l.ComponentRecord: for c in l.ComponentRecord:
for a in c.LigatureAnchor: for a in c.LigatureAnchor:
if a: if a: