Whitespace cleanup.

This commit is contained in:
riccardom 2010-01-11 16:11:11 +00:00
parent 14b1122641
commit 4306e404e4
1 changed files with 20 additions and 19 deletions

View File

@ -67,7 +67,8 @@ public:
//sort of an idle routine
static void frameUpdate()
{
if(!wxTheApp) return;
if(!wxTheApp)
return;
wxDesmumeApp* self = ((wxDesmumeApp*)wxTheApp);
self->DeletePendingObjects();
}