Whitespace cleanup.
This commit is contained in:
parent
14b1122641
commit
4306e404e4
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue