]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
macapp.py: cosmetic, remove trailing whitespace
authorBrian Warner <warner@allmydata.com>
Mon, 28 Jan 2008 19:46:54 +0000 (12:46 -0700)
committerBrian Warner <warner@allmydata.com>
Mon, 28 Jan 2008 19:46:54 +0000 (12:46 -0700)
src/allmydata/gui/macapp.py

index 6abf39eec4f3f6406d4f02c3d8e20d929e2f454f..f85790ca156ef35c892e4d913bf70e1ed5dfb2d5 100644 (file)
@@ -221,7 +221,7 @@ class MacGuiApp(wx.App):
     def __init__(self, app):
         wx.App.__init__(self)
         self.app = app
-    
+
     def OnInit(self):
         try:
             self.frame = SplashFrame()