summaryrefslogtreecommitdiff
path: root/epgsearchcfg.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2011-09-22 19:43:08 +0200
committerChristian Wieninger <cwieninger@gmx.de>2011-09-22 19:43:08 +0200
commiteff341390c079060d0904a53b7eebe84e2315f3a (patch)
treed45d902e7a7022a95a3e9c58346d88c45e0da517 /epgsearchcfg.h
parentbe2c5ff1bfdff45d384981816ef692f0179a7f15 (diff)
downloadvdr-plugin-epgsearch-eff341390c079060d0904a53b7eebe84e2315f3a.tar.gz
vdr-plugin-epgsearch-eff341390c079060d0904a53b7eebe84e2315f3a.tar.bz2
Delete trailing whitespace, thanks to Ville Skyttä for patches
Diffstat (limited to 'epgsearchcfg.h')
-rw-r--r--epgsearchcfg.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/epgsearchcfg.h b/epgsearchcfg.h
index 42f7b26..499f4b9 100644
--- a/epgsearchcfg.h
+++ b/epgsearchcfg.h
@@ -46,17 +46,17 @@ class cShowMode: public cListObject
{
showMode mode;
time_t seekTime;
- public:
+ public:
char description[30];
int useIt;
int itime;
cShowMode() : mode(showNow), seekTime(0), useIt(0), itime(0) { description[0]=0;}
- cShowMode(showMode Mode, const char* Description, int UseIt=1, int iTime=0, time_t SeekTime=0)
- : mode(Mode), seekTime(SeekTime), useIt(UseIt), itime(iTime)
- {
+ cShowMode(showMode Mode, const char* Description, int UseIt=1, int iTime=0, time_t SeekTime=0)
+ : mode(Mode), seekTime(SeekTime), useIt(UseIt), itime(iTime)
+ {
if (strlen(Description) > 0)
- SetDescription(Description);
+ SetDescription(Description);
else
sprintf(description, "%02d:%02d", iTime/100, iTime%100);
}
@@ -130,11 +130,11 @@ cEPGSearchConfig(void);
int sendMailOnConflicts;
char MailAddressTo[MaxFileName];
char MailAddress[MaxFileName];
- char MailServer[MaxFileName];
+ char MailServer[MaxFileName];
int MailUseAuth;
char MailAuthUser[MaxFileName];
- char MailAuthPass[MaxFileName];
- char LastMailConflicts[MaxFileName];
+ char MailAuthPass[MaxFileName];
+ char LastMailConflicts[MaxFileName];
int mailViaScript;
int manualTimerCheckDefault;
int noAnnounceWhileReplay;
@@ -147,7 +147,7 @@ cEPGSearchConfig(void);
int checkEPGWarnByMail;
int checkEPGchannelGroupNr;
time_t lastMailOnSearchtimerAt;
- char conflCheckCmd[MaxFileName*10];
+ char conflCheckCmd[MaxFileName*10];
};
extern cEPGSearchConfig EPGSearchConfig;