From c7bbeea5328158023e6df42b77d3479b69148faf Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Wed, 27 Jul 2011 14:08:24 +0000 Subject: [PATCH] reindent --- src/creaImageIOWxCustomizeConfigPanel.h | 43 ++++++++++++------------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/src/creaImageIOWxCustomizeConfigPanel.h b/src/creaImageIOWxCustomizeConfigPanel.h index 0152af1..c54fcd3 100644 --- a/src/creaImageIOWxCustomizeConfigPanel.h +++ b/src/creaImageIOWxCustomizeConfigPanel.h @@ -17,39 +17,36 @@ namespace creaImageIO { public: WxCustomizeConfigPanel(); - WxCustomizeConfigPanel(wxWindow *parent, - wxDialog* dial, - WxGimmickView* view, - const std::string& cPath, - const std::string& dPath, - const std::string& sEvent, - const std::string& sFreq); + WxCustomizeConfigPanel(wxWindow *parent, + wxDialog* dial, + WxGimmickView* view, + const std::string& cPath, + const std::string& dPath, + const std::string& sEvent, + const std::string& sFreq); ~WxCustomizeConfigPanel(); - ///Saves the configuration - void OnSaveConfig(wxCommandEvent& event); + ///Saves the configuration + void OnSaveConfig(wxCommandEvent& event); private : - std::string copyP; - std::string databaseP; - std::string syncEv; - std::string syncFr; - wxTextCtrl* copyPath; - wxTextCtrl* dbPath; - wxTextCtrl* syncEvent; - wxTextCtrl* syncFrequency; - wxDialog* dialog; - WxGimmickView* mView; - + std::string copyP; + std::string databaseP; + std::string syncEv; + std::string syncFr; + wxTextCtrl* copyPath; + wxTextCtrl* dbPath; + wxTextCtrl* syncEvent; + wxTextCtrl* syncFrequency; + wxDialog* dialog; + WxGimmickView* mView; }; // class WxCustomizeConfigPanel + //===================================================================== - } // EO namespace creaImageIO - #endif // USE_WIDGETS // EOF #endif - -- 2.45.0