]> sigrok.org Git - libsigrok.git/blobdiff - src/binary_helpers.c
serial_bt: prepare support for additional params in scan results
[libsigrok.git] / src / binary_helpers.c
index 86c4c5838fce2bf470524bd3c2a0b8859a741514..a15f5cfba8acf978697096b0258961918409fb27 100644 (file)
@@ -22,7 +22,8 @@
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
-SR_PRIV int bv_get_value(float *out, const struct binary_value_spec *spec, const void *data, size_t length)
+SR_PRIV int bv_get_value(float *out, const struct binary_value_spec *spec,
+       const void *data, size_t length)
 {
        float value;
 
@@ -59,8 +60,9 @@ SR_PRIV int bv_get_value(float *out, const struct binary_value_spec *spec, const
        return SR_OK;
 }
 
-SR_PRIV int bv_send_analog_channel(const struct sr_dev_inst *sdi, struct sr_channel *ch,
-                                  const struct binary_analog_channel *bac, const void *data, size_t length)
+SR_PRIV int bv_send_analog_channel(const struct sr_dev_inst *sdi,
+       struct sr_channel *ch, const struct binary_analog_channel *bac,
+       const void *data, size_t length)
 {
        int err;
        struct sr_analog_encoding encoding;