style: remove whitespace

This commit is contained in:
Bill Bauer 2024-12-22 16:03:46 -06:00
parent 940750c7b1
commit 18d963893e
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ void CProjectInfoPage::OnProjectSelected( wxListEvent& event ) {
m_pProjectDetailsOrganizationCtrl->SetToolTip(pProjectInfo->m_strOrganization);
}
}
wxLogTrace(wxT("Function Start/End"), wxT("CProjectInfoPage::OnProjectSelected - Function End"));
}