summaryrefslogtreecommitdiff
path: root/timer.h
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.h
parent12b3d28424b4867e7ccea5efcf569b71a22f068d (diff)
downloadvdr-plugin-tvonscreen-5bdb0a08787c65532625ca74aebee76bbf2606a6.tar.gz
vdr-plugin-tvonscreen-5bdb0a08787c65532625ca74aebee76bbf2606a6.tar.bz2
Reformatted source (into ANSI-C style)
Diffstat (limited to 'timer.h')
-rw-r--r--timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/timer.h b/timer.h
index ed58074..3e1cc67 100644
--- a/timer.h
+++ b/timer.h
@@ -19,9 +19,9 @@
class tvOcMenuEvent : public cMenuEvent
{
public:
- tvOcMenuEvent(const class cEvent *EventInfo);
- void printMsg(const char *);
- void helpLine(bool full=true);
+ tvOcMenuEvent(const class cEvent *EventInfo);
+ void printMsg(const char *);
+ void helpLine(bool full=true);
};