diff options
| author | Jochen Dolze <vdr@dolze.de> | 2010-08-01 14:08:10 +0200 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2010-08-01 14:08:10 +0200 |
| commit | 5bdb0a08787c65532625ca74aebee76bbf2606a6 (patch) | |
| tree | 3961adccb8811a6e5c9d38b48892d98d2ef59064 /timer.h | |
| parent | 12b3d28424b4867e7ccea5efcf569b71a22f068d (diff) | |
| download | vdr-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.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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); }; |
