From 812fd1b7a5aeb67d4139255a6df8230c420ea57e Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 26 May 2013 11:38:05 +0200 Subject: whitespace cleanup --- epggrid.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'epggrid.h') diff --git a/epggrid.h b/epggrid.h index 400f0d3..d7cae70 100644 --- a/epggrid.h +++ b/epggrid.h @@ -5,25 +5,25 @@ class cEpgGrid : public cGrid { private: - const cEvent *event; - cTextWrapper *extText; + const cEvent *event; + cTextWrapper *extText; cString timeString; bool hasTimer; - void drawText(); - void drawRecIcon(); + void drawText(); + void drawRecIcon(); time_t Duration(void) { return event->Duration(); }; public: - cEpgGrid(cChannelColumn *c, const cEvent *event); - virtual ~cEpgGrid(void); - void SetViewportHeight(); + cEpgGrid(cChannelColumn *c, const cEvent *event); + virtual ~cEpgGrid(void); + void SetViewportHeight(); void PositionPixmap(); void setText(void); - const cEvent *GetEvent() {return event;}; - time_t StartTime() { return event->StartTime(); }; - time_t EndTime() { return event->EndTime(); }; - void setTimer() {hasTimer = true;}; + const cEvent *GetEvent() {return event;}; + time_t StartTime() { return event->StartTime(); }; + time_t EndTime() { return event->EndTime(); }; + void setTimer() {hasTimer = true;}; cString getTimeString(void); - void debug(); + void debug(); }; #endif //__TVGUIDE_EPGGRID_H \ No newline at end of file -- cgit v1.2.3