diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-17 13:19:36 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-17 13:19:36 +0100 |
commit | 3ca58a42e7805b2bdf8537f6a1c7fa4717675f9f (patch) | |
tree | f5a2807b626631e6ec05df3f8676b1f2488342d3 /menu.c | |
parent | 212a2fea41bf1d232d28f988de442b4cea56960b (diff) | |
download | vdr-3ca58a42e7805b2bdf8537f6a1c7fa4717675f9f.tar.gz vdr-3ca58a42e7805b2bdf8537f6a1c7fa4717675f9f.tar.bz2 |
Removed trailing whitespace
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menu.c 2.78 2013/02/12 13:10:53 kls Exp $ + * $Id: menu.c 2.79 2013/02/17 13:17:49 kls Exp $ */ #include "menu.h" @@ -2811,7 +2811,7 @@ cMenuSetupDVB::cMenuSetupDVB(void) standardComplianceTexts[1] = "ANSI/SCTE"; SetSection(tr("DVB")); - SetHelp(NULL, tr("Button$Audio"), tr("Button$Subtitles"), NULL); + SetHelp(NULL, tr("Button$Audio"), tr("Button$Subtitles"), NULL); Setup(); } @@ -2865,7 +2865,7 @@ eOSState cMenuSetupDVB::ProcessKey(eKeys Key) case kYellow: cRemote::Put(kSubtitles, true); state = osEnd; break; - default: { + default: { bool DoSetup = data.VideoFormat != newVideoFormat; DoSetup |= data.DisplaySubtitles != newDisplaySubtitles; if (numAudioLanguages != oldnumAudioLanguages) { @@ -4961,7 +4961,7 @@ eOSState cReplayControl::ProcessKey(eKeys Key) else Show(); break; - case kBack: if (Setup.DelTimeshiftRec) { + case kBack: if (Setup.DelTimeshiftRec) { cRecordControl* rc = cRecordControls::GetRecordControl(fileName); return rc && rc->InstantId() ? osEnd : osRecordings; } |