From e469c144bacb167de2b3f2189da438b37b7509ec Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Mon, 3 Aug 2009 11:10:47 +0100 Subject: [PATCH] Tiny whitespace fix --- terminatorlib/encoding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/encoding.py b/terminatorlib/encoding.py index 90a4aa9c..d2830e18 100644 --- a/terminatorlib/encoding.py +++ b/terminatorlib/encoding.py @@ -34,7 +34,7 @@ class TerminatorEncoding: [False, "ISO-8859-2", _("Central European")], [False, "ISO-8859-3", _("South European") ], [False, "ISO-8859-4", _("Baltic") ], - [False,"ISO-8859-5", _("Cyrillic") ], + [False, "ISO-8859-5", _("Cyrillic") ], [False, "ISO-8859-6", _("Arabic") ], [False, "ISO-8859-7", _("Greek") ], [False, "ISO-8859-8", _("Hebrew Visual") ],