Random cosmetics and whitespace fixes.
This commit is contained in:
parent
67ea60e03d
commit
a52e2a0b37
|
@ -204,7 +204,6 @@ static int config_set(uint32_t key, GVariant *data, const struct sr_dev_inst *sd
|
|||
static int config_list(uint32_t key, GVariant **data, const struct sr_dev_inst *sdi,
|
||||
const struct sr_channel_group *cg)
|
||||
{
|
||||
(void)sdi;
|
||||
(void)cg;
|
||||
|
||||
switch (key) {
|
||||
|
|
|
@ -351,7 +351,6 @@ static int config_set(uint32_t key, GVariant *data, const struct sr_dev_inst *sd
|
|||
struct sr_modbus_dev_inst *modbus;
|
||||
int ret;
|
||||
|
||||
(void)data;
|
||||
(void)cg;
|
||||
|
||||
if (sdi->status != SR_ST_ACTIVE)
|
||||
|
|
Loading…
Reference in New Issue