]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Indent
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 12 Nov 2015 20:24:33 +0000 (15:24 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Thu, 12 Nov 2015 20:24:33 +0000 (15:24 -0500)
Lib/idlelib/configHandler.py

index 3d75189e1942a3f93818531cf9f3b31cc7017026..531efb4b3e7bb4047bc66f4ec2c22b39d4539fa1 100644 (file)
@@ -395,7 +395,7 @@ class IdleConf:
             theme = self.GetOption('main', 'Theme', 'name', default='')
         source = self.defaultCfg if default else self.userCfg
         if source['highlight'].has_section(theme):
-                return theme
+            return theme
         else:
             return "IDLE Classic"