mirror of
https://github.com/rofafor/vdr-plugin-femon.git
synced 2023-10-10 13:36:53 +02:00
Cleaned up some whitespace bugs.
This commit is contained in:
parent
f1a671650f
commit
f1cb78664c
4
femon.c
4
femon.c
@ -134,7 +134,7 @@ bool cPluginFemon::Service(const char *Id, void *Data)
|
|||||||
if (Data) {
|
if (Data) {
|
||||||
FemonService_v1_0 *data = (FemonService_v1_0*)Data;
|
FemonService_v1_0 *data = (FemonService_v1_0*)Data;
|
||||||
if (!cDevice::ActualDevice())
|
if (!cDevice::ActualDevice())
|
||||||
return false;
|
return false;
|
||||||
int ndx = cDevice::ActualDevice()->CardIndex();
|
int ndx = cDevice::ActualDevice()->CardIndex();
|
||||||
data->fe_name = getFrontendName(ndx);
|
data->fe_name = getFrontendName(ndx);
|
||||||
data->fe_status = getFrontendStatus(ndx);
|
data->fe_status = getFrontendStatus(ndx);
|
||||||
@ -153,7 +153,7 @@ bool cPluginFemon::Service(const char *Id, void *Data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
const char **cPluginFemon::SVDRPHelpPages(void)
|
const char **cPluginFemon::SVDRPHelpPages(void)
|
||||||
{
|
{
|
||||||
static const char *HelpPages[] = {
|
static const char *HelpPages[] = {
|
||||||
"OPEN\n"
|
"OPEN\n"
|
||||||
" Open femon plugin.",
|
" Open femon plugin.",
|
||||||
|
Loading…
Reference in New Issue
Block a user