]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/center-3xx/api.c
drivers: Consistently use same indentation for config_*() API calls.
[libsigrok.git] / src / hardware / center-3xx / api.c
index 3f517a22e2059e4a1257dbea39e81f1444b9ef0b..4591ae967dc7d0e5e85fede5b37c6dae5a343dc6 100644 (file)
@@ -117,8 +117,8 @@ static GSList *scan(GSList *options, int idx)
        return std_scan_complete(center_devs[idx].di, devices);
 }
 
-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)
 {
        struct dev_context *devc;
 
@@ -129,8 +129,8 @@ static int config_set(uint32_t key, GVariant *data, const struct sr_dev_inst *sd
        return sr_sw_limits_config_set(&devc->sw_limits, key, data);
 }
 
-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)
 {
        return STD_CONFIG_LIST(key, data, sdi, cg, scanopts, drvopts, devopts);
 }