From e8a0e569152c50d6084f252d12854b8fd4e74466 Mon Sep 17 00:00:00 2001 From: Johann Friedrichs Date: Wed, 21 Mar 2018 12:14:55 +0100 Subject: unified indentation --- recdone_thread.h | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'recdone_thread.h') diff --git a/recdone_thread.h b/recdone_thread.h index 43f5f3d..848804d 100644 --- a/recdone_thread.h +++ b/recdone_thread.h @@ -29,18 +29,19 @@ Or, point your browser to http://www.gnu.org/licenses/old-licenses/gpl-2.0.html using std::vector; using std::string; -class cRecdoneThread: public cThread { +class cRecdoneThread: public cThread +{ private: vectorm_fnames; public: - virtual void Action(void); - cRecdoneThread(void); - virtual ~cRecdoneThread(); - void SetFilename(const char *FileName) { - m_fnames.push_back(FileName); - } - int RecLengthInSecs(const cRecording *pRecording); - bool IsPesRecording(const cRecording *pRecording); + virtual void Action(void); + cRecdoneThread(void); + virtual ~cRecdoneThread(); + void SetFilename(const char *FileName) { + m_fnames.push_back(FileName); + } + int RecLengthInSecs(const cRecording *pRecording); + bool IsPesRecording(const cRecording *pRecording); }; #endif -- cgit v1.2.3