From 5bdb0a08787c65532625ca74aebee76bbf2606a6 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sun, 1 Aug 2010 14:08:10 +0200 Subject: Reformatted source (into ANSI-C style) --- timer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'timer.cpp') 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); } -- cgit v1.2.3