From 18d963893e41bcee006537a320c14fffe9cb42e8 Mon Sep 17 00:00:00 2001 From: Bill Bauer Date: Sun, 22 Dec 2024 16:03:46 -0600 Subject: [PATCH] style: remove whitespace --- clientgui/ProjectInfoPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/ProjectInfoPage.cpp b/clientgui/ProjectInfoPage.cpp index 4cb3256a06..e62936e3db 100644 --- a/clientgui/ProjectInfoPage.cpp +++ b/clientgui/ProjectInfoPage.cpp @@ -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")); }