Fix consistency of space/tab usage.
Reference: http://docs.python.org/reference/lexical_analysis.html#indentation git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@613 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
parent
e0ddc58fc2
commit
3ac875aa1d
@ -217,7 +217,7 @@ class ExtSubTable(Table):
|
||||
# If the subtable has not yet been decompiled, we need to do so.
|
||||
if value.compileStatus == 1:
|
||||
value.decompile(value.reader, value.font, tableStack)
|
||||
subWriter = writer.getSubWriter()
|
||||
subWriter = writer.getSubWriter()
|
||||
subWriter.name = self.name
|
||||
writer.writeSubTable(subWriter)
|
||||
# If the subtable has been sorted and we can just write the original
|
||||
|
Loading…
x
Reference in New Issue
Block a user