Whitespace normalization.
diff --git a/Lib/lib-tk/Tix.py b/Lib/lib-tk/Tix.py
index ba9d06f..14c3c24 100755
--- a/Lib/lib-tk/Tix.py
+++ b/Lib/lib-tk/Tix.py
@@ -1791,7 +1791,7 @@
     # valid specific resources as of Tk 8.4
     # editdonecmd, editnotifycmd, floatingcols, floatingrows, formatcmd,
     # highlightbackground, highlightcolor, leftmargin, itemtype, selectmode,
-    # selectunit, topmargin, 
+    # selectunit, topmargin,
     def __init__(self, master=None, cnf={}, **kw):
         static= []
         self.cnf= cnf
@@ -1805,7 +1805,7 @@
     def anchor_get(self):
         "Get the (x,y) coordinate of the current anchor cell"
         return self._getints(self.tk.call(self, 'anchor', 'get'))
-        
+
     # def bdtype
     # def delete dim from ?to?
     def delete_row(self, from_, to=None):