From 7700779e2cda739de65b22955657012a27535c8d Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 25 Apr 2013 13:27:43 -0400 Subject: [PATCH] made changes compliant to style guide. --- kicad/kicad.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kicad/kicad.cpp b/kicad/kicad.cpp index adc08bfab9..d1cee62d5e 100644 --- a/kicad/kicad.cpp +++ b/kicad/kicad.cpp @@ -63,9 +63,9 @@ void EDA_APP::MacOpenFile( const wxString &fileName ) } wxCommandEvent loadEvent; - loadEvent.SetId(wxID_ANY); + loadEvent.SetId( wxID_ANY ); - frame->OnLoadProject(loadEvent); + frame->OnLoadProject( loadEvent ); wxString title = GetTitle() + wxT( " " ) + GetBuildVersion() + wxT( " " ) + frame->m_ProjectFileName.GetFullPath();