Whitespace
diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py
index 7d1e388..9fc4faa 100644
--- a/Lib/idlelib/configHandler.py
+++ b/Lib/idlelib/configHandler.py
@@ -397,7 +397,7 @@
         source = self.defaultCfg if default else self.userCfg
         if source['highlight'].has_section(theme):
                 return theme
-        else:    
+        else:
             return "IDLE Classic"
 
     def CurrentKeys(self):