From: Uwe Hermann Date: Tue, 13 Oct 2015 21:00:39 +0000 (+0200) Subject: new-driver: Minor whitespace cosmetics. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=df382df5c7770eee78a25fd142bd4399a402f515 new-driver: Minor whitespace cosmetics. --- diff --git a/source/drv-api.c b/source/drv-api.c index 31d1b55..d91e4a0 100644 --- a/source/drv-api.c +++ b/source/drv-api.c @@ -85,8 +85,8 @@ static int cleanup(const struct sr_dev_driver *di) return SR_OK; } -static int config_get(uint32_t key, GVariant **data, const struct sr_dev_inst *sdi, - const struct sr_channel_group *cg) +static int config_get(uint32_t key, GVariant **data, + const struct sr_dev_inst *sdi, const struct sr_channel_group *cg) { int ret; @@ -104,8 +104,8 @@ static int config_get(uint32_t key, GVariant **data, const struct sr_dev_inst *s return ret; } -static int config_set(uint32_t key, GVariant *data, const struct sr_dev_inst *sdi, - const struct sr_channel_group *cg) +static int config_set(uint32_t key, GVariant *data, + const struct sr_dev_inst *sdi, const struct sr_channel_group *cg) { int ret; @@ -125,8 +125,8 @@ static int config_set(uint32_t key, GVariant *data, const struct sr_dev_inst *sd return ret; } -static int config_list(uint32_t key, GVariant **data, const struct sr_dev_inst *sdi, - const struct sr_channel_group *cg) +static int config_list(uint32_t key, GVariant **data, + const struct sr_dev_inst *sdi, const struct sr_channel_group *cg) { int ret;