]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/victor-dmm/api.c
Various minor whitespace fixes.
[libsigrok.git] / src / hardware / victor-dmm / api.c
index 85874b12c53f213644e1293e81b44cb84b95f590..9aa0019e951e2a580b200a07f68e807b2ccf4659 100644 (file)
@@ -37,6 +37,7 @@ static int dev_acquisition_stop(struct sr_dev_inst *sdi, void *cb_data);
 static const uint32_t drvopts[] = {
        SR_CONF_MULTIMETER,
 };
+
 static const uint32_t scanopts[] = {
        SR_CONF_CONN,
 };
@@ -195,7 +196,6 @@ static int cleanup(const struct sr_dev_driver *di)
                /* Can get called on an unused driver, doesn't matter. */
                return SR_OK;
 
-
        ret = std_dev_clear(di, NULL);
        g_free(drvc);