]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/testo/protocol.c
Various minor whitespace fixes.
[libsigrok.git] / src / hardware / testo / protocol.c
index 1505e5bc9b4ebbbe2dbceabf036b789dba5f3068..15717c02cfa7bc76891af20321c19ef7c0544a48 100644 (file)
@@ -51,7 +51,6 @@ SR_PRIV int testo_set_serial_params(struct sr_usb_dev_inst *usb)
        return SR_OK;
 }
 
-
 /* Due to the modular nature of the Testo hardware, you can't assume
  * which measurements the device will supply. Fetch a single result
  * set synchronously to see which measurements it has. */
@@ -289,4 +288,3 @@ SR_PRIV void testo_receive_packet(const struct sr_dev_inst *sdi)
                g_slist_free(analog.channels);
        }
 }
-