]> sigrok.org Git - sigrok-util.git/commitdiff
new-driver: Minor whitespace cosmetics.
authorUwe Hermann <redacted>
Tue, 13 Oct 2015 21:00:39 +0000 (23:00 +0200)
committerUwe Hermann <redacted>
Sat, 24 Oct 2015 22:10:46 +0000 (00:10 +0200)
source/drv-api.c

index 31d1b55306700e3e1dc0541f98ca15679345ade3..d91e4a0a04044da7d43d1571096291649eb6e260 100644 (file)
@@ -85,8 +85,8 @@ static int cleanup(const struct sr_dev_driver *di)
        return SR_OK;
 }
 
        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;
 
 {
        int ret;
 
@@ -104,8 +104,8 @@ static int config_get(uint32_t key, GVariant **data, const struct sr_dev_inst *s
        return ret;
 }
 
        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;
 
 {
        int ret;
 
@@ -125,8 +125,8 @@ static int config_set(uint32_t key, GVariant *data, const struct sr_dev_inst *sd
        return ret;
 }
 
        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;
 
 {
        int ret;