From feb4c0d2ed67dc714d42a8d4dece5d0ab019eed9 Mon Sep 17 00:00:00 2001 From: Bill Amidei Date: Thu, 23 Nov 2017 07:53:07 -0800 Subject: [PATCH] Another white-space update to align --- Lib/fontTools/ttx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/ttx.py b/Lib/fontTools/ttx.py index 4bdf43ce5..6c7fca8c4 100644 --- a/Lib/fontTools/ttx.py +++ b/Lib/fontTools/ttx.py @@ -165,7 +165,7 @@ class Options(object): elif option == "-s": self.splitTables = True elif option == "-g": - self.splitGlyphs = True + self.splitGlyphs = True elif option == "-i": self.disassembleInstructions = False elif option == "-z":