summaryrefslogtreecommitdiff
path: root/menu_whatson.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 /menu_whatson.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 'menu_whatson.h')
-rw-r--r--menu_whatson.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu_whatson.h b/menu_whatson.h
index 1d5adf4..377bdf7 100644
--- a/menu_whatson.h
+++ b/menu_whatson.h
@@ -66,9 +66,9 @@ private:
static int CurrentChannel(void) { return currentChannel; }
static void SetCurrentChannel(int ChannelNr) { currentChannel = ChannelNr; }
static cChannel *ScheduleChannel(cChannel* forceChannel = NULL);
- virtual eOSState ProcessKey(eKeys Key);
+ virtual eOSState ProcessKey(eKeys Key);
virtual eOSState Switch(void);
- virtual eOSState Shift(int);
+ virtual eOSState Shift(int);
virtual eOSState Commands(eKeys Key);
virtual eOSState ShowSummary();
void SetHelpKeys(bool Force = false);