]> sigrok.org Git - libsigrok.git/blobdiff - src/device.c
Various minor whitespace fixes.
[libsigrok.git] / src / device.c
index b1c7eae120c7455dc90124ced38366fc5434631f..3eef7b9efe2a907ee8e29a461bcf34f57cbbcbfe 100644 (file)
@@ -544,7 +544,6 @@ SR_API const char *sr_dev_inst_connid_get(const struct sr_dev_inst *sdi)
        }
 #endif
 
-
 #ifdef HAVE_LIBUSB_1_0
        if ((!sdi->connection_id) && (sdi->inst_type == SR_INST_USB)) {
                /* connection_id isn't populated, let's do that here. */