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:
parent
fb60a3e836
commit
f7c0216ed0
1
HISTORY
1
HISTORY
@ -7643,3 +7643,4 @@ Video Disk Recorder Revision History
|
|||||||
- Turned off following symlinks in the Doxyfile.
|
- Turned off following symlinks in the Doxyfile.
|
||||||
- Removed trailing whitespace.
|
- Removed trailing whitespace.
|
||||||
- Expanded tabs in PLUGINS/src/dvbhddevice/setup.c.
|
- Expanded tabs in PLUGINS/src/dvbhddevice/setup.c.
|
||||||
|
- Some formatting fixes.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* See the README file for copyright information and how to reach the author.
|
* 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>
|
#include <stdlib.h>
|
||||||
@ -32,7 +32,7 @@ struct AddService_v1_0 {
|
|||||||
int sum;
|
int sum;
|
||||||
};
|
};
|
||||||
|
|
||||||
// --- cPluginSvcCli ----------------------------------------------------------
|
// --- cPluginSvcCli ---------------------------------------------------------
|
||||||
|
|
||||||
cOsdObject *cPluginSvcCli::MainMenuAction(void)
|
cOsdObject *cPluginSvcCli::MainMenuAction(void)
|
||||||
{
|
{
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* See the README file for copyright information and how to reach the author.
|
* 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>
|
#include <stdlib.h>
|
||||||
@ -29,7 +29,7 @@ struct AddService_v1_0 {
|
|||||||
int sum;
|
int sum;
|
||||||
};
|
};
|
||||||
|
|
||||||
// --- cPluginSvcSvr ----------------------------------------------------------
|
// --- cPluginSvcSvr ---------------------------------------------------------
|
||||||
|
|
||||||
bool cPluginSvcSvr::Service(const char *Id, void *Data)
|
bool cPluginSvcSvr::Service(const char *Id, void *Data)
|
||||||
{
|
{
|
||||||
|
4
cutter.c
4
cutter.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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"
|
#include "cutter.h"
|
||||||
@ -104,7 +104,7 @@ void cPacketStorage::Flush(int Pid, uchar *Data, int &Length, int MaxLength)
|
|||||||
buffers[Pid]->Flush(Data, Length, MaxLength);
|
buffers[Pid]->Flush(Data, Length, MaxLength);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --- cMpeg2Fixer --------------------------------------------------------
|
// --- cMpeg2Fixer -----------------------------------------------------------
|
||||||
|
|
||||||
class cMpeg2Fixer : private cTsPayload {
|
class cMpeg2Fixer : private cTsPayload {
|
||||||
private:
|
private:
|
||||||
|
4
epg.c
4
epg.c
@ -7,7 +7,7 @@
|
|||||||
* Original version (as used in VDR before 1.3.0) written by
|
* Original version (as used in VDR before 1.3.0) written by
|
||||||
* Robert Schneider <Robert.Schneider@web.de> and Rolf Hakenes <hakenes@hippomi.de>.
|
* 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"
|
#include "epg.h"
|
||||||
@ -1135,7 +1135,7 @@ bool cSchedule::Read(FILE *f, cSchedules *Schedules)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --- cEpgDataWriter ---------------------------------------------------------
|
// --- cEpgDataWriter --------------------------------------------------------
|
||||||
|
|
||||||
class cEpgDataWriter : public cThread {
|
class cEpgDataWriter : public cThread {
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user