summaryrefslogtreecommitdiff
path: root/timer.cpp
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-08-01 14:08:10 +0200
committerJochen Dolze <vdr@dolze.de>2010-08-01 14:08:10 +0200
commit5bdb0a08787c65532625ca74aebee76bbf2606a6 (patch)
tree3961adccb8811a6e5c9d38b48892d98d2ef59064 /timer.cpp
parent12b3d28424b4867e7ccea5efcf569b71a22f068d (diff)
downloadvdr-plugin-tvonscreen-5bdb0a08787c65532625ca74aebee76bbf2606a6.tar.gz
vdr-plugin-tvonscreen-5bdb0a08787c65532625ca74aebee76bbf2606a6.tar.bz2
Reformatted source (into ANSI-C style)
Diffstat (limited to 'timer.cpp')
-rw-r--r--timer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/timer.cpp b/timer.cpp
index 8d0c59d..8f3602f 100644
--- a/timer.cpp
+++ b/timer.cpp
@@ -11,14 +11,14 @@
tvOcMenuEvent::tvOcMenuEvent(const class cEvent *EventInfo) : cMenuEvent(EventInfo,false)
{
- helpLine();
+ helpLine();
}
void tvOcMenuEvent::printMsg(const char *s)
{
- SetStatus(s);
+ SetStatus(s);
}
void tvOcMenuEvent::helpLine(bool full)
{
- SetHelp(tr("Record"), tr("Search"), full?tr("AutoTimer"):NULL, NULL);
+ SetHelp(tr("Record"), tr("Search"), full?tr("AutoTimer"):NULL, NULL);
}