From: Steve Brokenshire Date: Sat, 2 Apr 2016 08:55:39 +0000 (+0100) Subject: Fix indentation in frmNewAccount.h X-Git-Tag: release-0.12~25 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=425df206d3ebe4721694bd94b6a6c45be8159d98 Fix indentation in frmNewAccount.h --- diff --git a/source/frmNewAccount.h b/source/frmNewAccount.h index e488364..c335dfa 100644 --- a/source/frmNewAccount.h +++ b/source/frmNewAccount.h @@ -33,22 +33,22 @@ class frmNewAccount : public frmNewAccountADT { protected: - // Handlers for frmNewAccountADT events. - void CheckAccountName( wxCommandEvent& event ); - void ProcessPrevious( wxCommandEvent& event ); - void ProcessNext( wxCommandEvent& event ); - void CloseWindow( wxCommandEvent& event ); - void UpdateRequirements( wxCommandEvent& event ); - void WriteAccountDetails( wxFileConfig *cfgfilein, wxString AccountType, wxString DirectoryName ); + // Handlers for frmNewAccountADT events. + void CheckAccountName( wxCommandEvent& event ); + void ProcessPrevious( wxCommandEvent& event ); + void ProcessNext( wxCommandEvent& event ); + void CloseWindow( wxCommandEvent& event ); + void UpdateRequirements( wxCommandEvent& event ); + void WriteAccountDetails( wxFileConfig *cfgfilein, wxString AccountType, wxString DirectoryName ); public: - /** Constructor */ - frmNewAccount( wxWindow* parent ); - void SetupPointers(bool *ReloadAccountInc); - //// end generated class members + /** Constructor */ + frmNewAccount( wxWindow* parent ); + void SetupPointers(bool *ReloadAccountInc); + //// end generated class members private: - int PageSeek = 0; - wxString ServerPrefix; - bool *ReloadAccountConfig = NULL; + int PageSeek = 0; + wxString ServerPrefix; + bool *ReloadAccountConfig = NULL; }; #endif // __frmNewAccount__