]> Creatis software - creaVtk.git/commitdiff
Clean code
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Tue, 28 Jan 2025 14:19:21 +0000 (15:19 +0100)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Tue, 28 Jan 2025 14:19:21 +0000 (15:19 +0100)
appli/template_wx_appli/winApp.cpp

index 17670cbadc474f647e755070a4123f873696fc80..606275be25aa23d218e18b0875995e42b9351406 100644 (file)
@@ -41,7 +41,7 @@
 class myApp : public wxApp
 {
 public:
-  bool OnInit( ); 
+  bool OnInit(); 
   int  OnExit() { return true; }
 };
 
@@ -55,7 +55,6 @@ bool myApp::OnInit( )
   setlocale(LC_NUMERIC, "C");
 #endif
 
-
        wxFrame *frame = new wxFrame(NULL , -1 ,_T("My window.."));
        SetTopWindow(frame);  
        frame->Show(true);