]> Creatis software - crea.git/commitdiff
re-indent
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 23 Oct 2009 20:00:40 +0000 (20:00 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 23 Oct 2009 20:00:40 +0000 (20:00 +0000)
src/creaWx.h

index f442f7de8ce1a2dd6a2e6c368e9558a81b8b87d1..84a0390c0015180ea0475a24a003a7d71b70eece 100644 (file)
@@ -9,7 +9,6 @@
 #include "wx/wxprec.h"
 #include <wx/datetime.h>
 
-
 #ifdef __BORLANDC__
 #pragma hdrstop
 #endif
@@ -29,16 +28,9 @@ typedef void wxWindow;
 #endif // EO USE_WXWIDGETS
 //===========================================================================
 
-
-
-
-
-
 //===========================================================================
 #ifdef USE_WXWIDGETS
 
-
-
 #if defined(_WIN32) 
 
 //  How to have a Console and wxWidgets
@@ -60,10 +52,8 @@ typedef void wxWindow;
 
 #endif // defined(_WIN32) 
 
-
 #include <string>
 
-
 namespace crea
 {
   //==================================================================
@@ -80,7 +70,7 @@ namespace crea
     return wx;
   }
   //==================================================================
-  
+
   //==================================================================
   /// Conversion wxString to std::string
   inline std::string wx2std(const wxString& s){
@@ -95,8 +85,6 @@ namespace crea
     return s2;
   }
   //==================================================================
-  
-
 }
 
 #endif // EO USE_WXWIDGETS