mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Some formatting fixes
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user