Commit 5496ba2d authored by Terry Jan Reedy's avatar Terry Jan Reedy

Indent

parent c15a7c61
...@@ -395,7 +395,7 @@ class IdleConf: ...@@ -395,7 +395,7 @@ class IdleConf:
theme = self.GetOption('main', 'Theme', 'name', default='') theme = self.GetOption('main', 'Theme', 'name', default='')
source = self.defaultCfg if default else self.userCfg source = self.defaultCfg if default else self.userCfg
if source['highlight'].has_section(theme): if source['highlight'].has_section(theme):
return theme return theme
else: else:
return "IDLE Classic" return "IDLE Classic"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment