From: Brian Warner Date: Mon, 28 Jan 2008 19:46:54 +0000 (-0700) Subject: macapp.py: cosmetic, remove trailing whitespace X-Git-Tag: allmydata-tahoe-0.8.0~221 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=96d5455a533755ab04b7ab5af3de2c5697de7a5b;p=tahoe-lafs%2Ftahoe-lafs.git macapp.py: cosmetic, remove trailing whitespace --- diff --git a/src/allmydata/gui/macapp.py b/src/allmydata/gui/macapp.py index 6abf39ee..f85790ca 100644 --- a/src/allmydata/gui/macapp.py +++ b/src/allmydata/gui/macapp.py @@ -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()