From 209c90db5267285231d51ae34efe6c238eb520c0 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Fri, 23 Oct 2009 20:00:40 +0000 Subject: [PATCH] re-indent --- src/creaWx.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/creaWx.h b/src/creaWx.h index f442f7d..84a0390 100644 --- a/src/creaWx.h +++ b/src/creaWx.h @@ -9,7 +9,6 @@ #include "wx/wxprec.h" #include - #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 - 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 -- 2.45.1