Whitespace

This commit is contained in:
Behdad Esfahbod 2015-05-27 16:16:18 -07:00
parent f724b2415f
commit e6f5ba6e9c

View File

@ -2392,7 +2392,7 @@ class Subsetter(object):
table = font[tag] table = font[tag]
self.log.lapse("load '%s'" % tag) self.log.lapse("load '%s'" % tag)
retain = table.prune_pre_subset(self.options) retain = table.prune_pre_subset(self.options)
self.log.lapse("prune '%s'" % tag) self.log.lapse("prune '%s'" % tag)
if not retain: if not retain:
self.log(tag, "pruned to empty; dropped") self.log(tag, "pruned to empty; dropped")
del font[tag] del font[tag]