1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Some formatting fixes

This commit is contained in:
Klaus Schmidinger 2013-02-17 14:41:29 +01:00
parent fb60a3e836
commit f7c0216ed0
5 changed files with 9 additions and 8 deletions

View File

@ -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.

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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:

4
epg.c
View File

@ -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: