From 96d5455a533755ab04b7ab5af3de2c5697de7a5b Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 28 Jan 2008 12:46:54 -0700 Subject: [PATCH] macapp.py: cosmetic, remove trailing whitespace --- src/allmydata/gui/macapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.45.2