Random cosmetics and whitespace fixes.

This commit is contained in:
Uwe Hermann 2016-04-22 17:55:44 +02:00
parent 67ea60e03d
commit a52e2a0b37
3 changed files with 4 additions and 6 deletions

View File

@ -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) {

View File

@ -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)