Fix some spacing transgressions.

This commit is contained in:
Jay Nabonne
2019-01-29 16:58:52 +00:00
parent 8c63c40953
commit 87f6707123
2 changed files with 3 additions and 3 deletions

View File

@@ -699,7 +699,7 @@ void wxWindowQt::SetDropTarget( wxDropTarget *dropTarget )
m_dropTarget = dropTarget;
if (m_dropTarget != NULL)
if ( m_dropTarget != NULL )
{
m_dropTarget->ConnectToQWidget(m_qtWindow);
}