X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsession_driver.c;fp=src%2Fsession_driver.c;h=a102fdd7ee3a9affa0939e5c73ae64d1c577d0cb;hb=dd7a72ea697a172032f5473b0ddff5e8d47222f4;hp=a5f2e36862681511518e5e9d77603f7edb129ae8;hpb=58ffcf97121453fb53e885338e23e54c7ed78659;p=libsigrok.git diff --git a/src/session_driver.c b/src/session_driver.c index a5f2e368..a102fdd7 100644 --- a/src/session_driver.c +++ b/src/session_driver.c @@ -250,8 +250,8 @@ static int dev_close(struct sr_dev_inst *sdi) 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) { struct session_vdev *vdev; @@ -276,8 +276,8 @@ static int config_get(uint32_t key, GVariant **data, const struct sr_dev_inst *s return SR_OK; } -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 session_vdev *vdev; @@ -316,8 +316,8 @@ static int config_set(uint32_t key, GVariant *data, const struct sr_dev_inst *sd return SR_OK; } -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, NULL, NULL, devopts); }