From 0aa086a94bac1be709132eeaee993c9d9ecd01d2 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 24 Jan 2017 17:27:01 +0000 Subject: [PATCH] [_f_p_g_m] remove writer.newline() as it's now implied by self.program.toXML() this also applies to table_p_r_e_p --- Lib/fontTools/ttLib/tables/_f_p_g_m.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/fontTools/ttLib/tables/_f_p_g_m.py b/Lib/fontTools/ttLib/tables/_f_p_g_m.py index 6fc8efcec..6536dba99 100644 --- a/Lib/fontTools/ttLib/tables/_f_p_g_m.py +++ b/Lib/fontTools/ttLib/tables/_f_p_g_m.py @@ -15,7 +15,6 @@ class table__f_p_g_m(DefaultTable.DefaultTable): def toXML(self, writer, ttFont): self.program.toXML(writer, ttFont) - writer.newline() def fromXML(self, name, attrs, content, ttFont): program = ttProgram.Program()