Removed unnecessary white space.

This commit is contained in:
Master3See
2013-08-01 14:43:08 -06:00
parent bc2c12efc4
commit 9bf6870c5c
7 changed files with 8 additions and 8 deletions

View File

@@ -92,7 +92,7 @@ class StatsPane(wx.Panel):
def contextHandler(self, contentPanel):
viewName = contentPanel.viewName
def handler(event):
menu = ContextMenu.getMenu( None, (viewName,))
menu = ContextMenu.getMenu(None, (viewName,))
if menu is not None:
contentPanel.PopupMenu(menu)