Trim trailing space src directory

This commit is contained in:
Metallicow
2016-12-05 16:39:14 -06:00
parent 58fc0d1377
commit c6ed20e00d
29 changed files with 406 additions and 406 deletions

View File

@@ -43,7 +43,7 @@ void wxPyCallback::EventThunker(wxEvent& event) {
wxPyThreadBlocker blocker;
wxString className = event.GetClassInfo()->GetClassName();
arg = wxPyConstructObject((void*)&event, className);
if (!arg) {
PyErr_Print();
} else {