summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-08 11:44:37 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-08 11:44:37 +0100
commit2d863532cc547e0368ee0c90875cae35b70db089 (patch)
tree774ef244b22e30dadc1135af814b264b44488e04 /menu.c
parentdcda6676b3e6912f9d0b57fb71db83ce64eaf4ea (diff)
downloadvdr-2d863532cc547e0368ee0c90875cae35b70db089.tar.gz
vdr-2d863532cc547e0368ee0c90875cae35b70db089.tar.bz2
Cleaned up some trailing white space
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/menu.c b/menu.c
index 571610ec..e21f230b 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c 1.389 2006/01/07 15:38:16 kls Exp $
+ * $Id: menu.c 1.390 2006/01/08 11:39:57 kls Exp $
*/
#include "menu.h"
@@ -1104,7 +1104,7 @@ eOSState cMenuWhatsOn::Record(void)
timer = t;
return AddSubMenu(new cMenuEditTimer(timer));
}
- else {
+ else {
Timers.Add(timer);
timer->Matches();
Timers.SetModified();
@@ -1258,7 +1258,7 @@ eOSState cMenuSchedule::Record(void)
timer = t;
return AddSubMenu(new cMenuEditTimer(timer));
}
- else {
+ else {
Timers.Add(timer);
timer->Matches();
Timers.SetModified();
@@ -2047,7 +2047,7 @@ eOSState cMenuSetupOSD::ProcessKey(eKeys Key)
themeIndex = d ? themes.GetThemeIndex(d) : 0;
free(d);
}
-
+
Set();
Setup.OSDLanguage = OriginalOSDLanguage;
}