Whitespace Normalization
Modified Files:	PyShell.py ScriptBinding.py buildapp.py
diff --git a/Lib/idlelib/ScriptBinding.py b/Lib/idlelib/ScriptBinding.py
index 00f533b..0a92914 100644
--- a/Lib/idlelib/ScriptBinding.py
+++ b/Lib/idlelib/ScriptBinding.py
@@ -149,7 +149,7 @@
 
         If the user has configured IDLE for Autosave, the file will be
         silently saved if it already exists and is dirty.
-        
+
         """
         filename = self.editwin.io.filename
         if not self.editwin.get_saved():