diff options
| -rw-r--r-- | HISTORY | 1 | ||||
| -rw-r--r-- | PLUGINS/src/servicedemo/svccli.c | 4 | ||||
| -rw-r--r-- | PLUGINS/src/servicedemo/svcsvr.c | 4 | ||||
| -rw-r--r-- | cutter.c | 4 | ||||
| -rw-r--r-- | epg.c | 4 | 
5 files changed, 9 insertions, 8 deletions
| @@ -7643,3 +7643,4 @@ Video Disk Recorder Revision History  - Turned off following symlinks in the Doxyfile.  - Removed trailing whitespace.  - Expanded tabs in PLUGINS/src/dvbhddevice/setup.c. +- Some formatting fixes. diff --git a/PLUGINS/src/servicedemo/svccli.c b/PLUGINS/src/servicedemo/svccli.c index c74155cd..d8b8e162 100644 --- a/PLUGINS/src/servicedemo/svccli.c +++ b/PLUGINS/src/servicedemo/svccli.c @@ -3,7 +3,7 @@   *   * See the README file for copyright information and how to reach the author.   * - * $Id: svccli.c 2.2 2013/01/12 14:13:00 kls Exp $ + * $Id: svccli.c 2.3 2013/02/17 14:10:26 kls Exp $   */  #include <stdlib.h> @@ -32,7 +32,7 @@ struct AddService_v1_0 {    int sum;    }; -// --- cPluginSvcCli ---------------------------------------------------------- +// --- cPluginSvcCli ---------------------------------------------------------  cOsdObject *cPluginSvcCli::MainMenuAction(void)  { diff --git a/PLUGINS/src/servicedemo/svcsvr.c b/PLUGINS/src/servicedemo/svcsvr.c index ed2afff0..55d1bc01 100644 --- a/PLUGINS/src/servicedemo/svcsvr.c +++ b/PLUGINS/src/servicedemo/svcsvr.c @@ -3,7 +3,7 @@   *   * See the README file for copyright information and how to reach the author.   * - * $Id: svcsvr.c 2.2 2013/01/12 14:13:05 kls Exp $ + * $Id: svcsvr.c 2.3 2013/02/17 14:10:38 kls Exp $   */  #include <stdlib.h> @@ -29,7 +29,7 @@ struct AddService_v1_0 {    int sum;    }; -// --- cPluginSvcSvr ---------------------------------------------------------- +// --- cPluginSvcSvr ---------------------------------------------------------  bool cPluginSvcSvr::Service(const char *Id, void *Data)  { @@ -4,7 +4,7 @@   * See the main source file 'vdr.c' for copyright information and   * how to reach the author.   * - * $Id: cutter.c 2.23 2013/01/23 10:39:27 kls Exp $ + * $Id: cutter.c 2.24 2013/02/17 14:11:03 kls Exp $   */  #include "cutter.h" @@ -104,7 +104,7 @@ void cPacketStorage::Flush(int Pid, uchar *Data, int &Length, int MaxLength)       buffers[Pid]->Flush(Data, Length, MaxLength);  } -// --- cMpeg2Fixer -------------------------------------------------------- +// --- cMpeg2Fixer -----------------------------------------------------------  class cMpeg2Fixer : private cTsPayload {  private: @@ -7,7 +7,7 @@   * Original version (as used in VDR before 1.3.0) written by   * Robert Schneider <Robert.Schneider@web.de> and Rolf Hakenes <hakenes@hippomi.de>.   * - * $Id: epg.c 2.22 2012/10/04 12:21:24 kls Exp $ + * $Id: epg.c 2.23 2013/02/17 14:12:07 kls Exp $   */  #include "epg.h" @@ -1135,7 +1135,7 @@ bool cSchedule::Read(FILE *f, cSchedules *Schedules)    return false;  } -// --- cEpgDataWriter --------------------------------------------------------- +// --- cEpgDataWriter --------------------------------------------------------  class cEpgDataWriter : public cThread {  private: | 
