zapit/frontend: just formatting changes

Origin commit data
------------------
Commit: c84382183e
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-12-19 (Thu, 19 Dec 2019)

Origin message was:
------------------
- zapit/frontend: just formatting changes
This commit is contained in:
vanhofen
2019-12-19 23:31:35 +01:00
parent 319ac56fcb
commit 630e3e338f

View File

@@ -97,7 +97,7 @@ static const struct dtv_property dvbs_cmdargs[] = {
{ DTV_SYMBOL_RATE, {0,0,0}, { 27500000 }, 0 },
{ DTV_DELIVERY_SYSTEM, {0,0,0}, { SYS_DVBS }, 0 },
{ DTV_INNER_FEC, {0,0,0}, { FEC_AUTO }, 0 },
{ DTV_TUNE, {0,0,0}, { 0 },0 },
{ DTV_TUNE, {0,0,0}, { 0 }, 0 }
};
static const struct dtv_property dvbs2_cmdargs[] = {
@@ -124,7 +124,7 @@ static const struct dtv_property dvbc_cmdargs[] = {
{ DTV_SYMBOL_RATE, {} , { 27500000 }, 0 },
{ DTV_DELIVERY_SYSTEM, {} , { SYS_DVBC_ANNEX_AC }, 0 },
{ DTV_INNER_FEC, {} , { FEC_AUTO }, 0 },
{ DTV_TUNE, {}, { 0 }, 0},
{ DTV_TUNE, {} , { 0 }, 0 }
};
static const struct dtv_property dvbt_cmdargs[] = {
@@ -139,7 +139,7 @@ static const struct dtv_property dvbt_cmdargs[] = {
{ DTV_TRANSMISSION_MODE,{} , { TRANSMISSION_MODE_AUTO }, 0 },
{ DTV_GUARD_INTERVAL, {} , { GUARD_INTERVAL_AUTO }, 0 },
{ DTV_HIERARCHY, {} , { HIERARCHY_AUTO }, 0 },
{ DTV_TUNE, {}, { 0 }, 0},
{ DTV_TUNE, {} , { 0 }, 0 }
};
static const struct dtv_property dvbt2_cmdargs[] = {