From c72b0d98c14f9a2b9251f067a88f94273338d200 Mon Sep 17 00:00:00 2001 From: fracsinus Date: Mon, 26 Jul 2021 06:24:27 +0900 Subject: [PATCH] fix over-indentation --- font-patcher | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/font-patcher b/font-patcher index 55169be26..add3c8bc3 100755 --- a/font-patcher +++ b/font-patcher @@ -413,10 +413,10 @@ class font_patcher: print("Successfully removed subtable:", subtable) except Exception: print("Failed to remove subtable:", subtable) - elif self.args.removeligatures: - print("Unable to read configfile, unable to remove ligatures") - else: - print("No configfile given, skipping configfile related actions") + elif self.args.removeligatures: + print("Unable to read configfile, unable to remove ligatures") + else: + print("No configfile given, skipping configfile related actions") def check_position_conflicts(self):