Whitespace Normalization
diff --git a/Lib/idlelib/ZoomHeight.py b/Lib/idlelib/ZoomHeight.py
index d65af66..2ab4656 100644
--- a/Lib/idlelib/ZoomHeight.py
+++ b/Lib/idlelib/ZoomHeight.py
@@ -10,7 +10,7 @@
             ('_Zoom Height', '<<zoom-height>>'),
          ])
     ]
- 
+
     def __init__(self, editwin):
         self.editwin = editwin
 
@@ -33,7 +33,7 @@
         #newy = 24
         newy = 0
         #newheight = newheight - 96
-        newheight = newheight - 88       
+        newheight = newheight - 88
     if height >= newheight:
         newgeom = ""
     else: