]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fluke-dmm/fluke.c
Various cosmetics, whitespace, consistency fixes.
[libsigrok.git] / hardware / fluke-dmm / fluke.c
index 848e03e545309d848a0b54094e5730201d8c8af7..d960228af2d63d11edc3b88269707630cab92155 100644 (file)
@@ -26,7 +26,6 @@
 #include "libsigrok-internal.h"
 #include "fluke-dmm.h"
 
-
 static struct sr_datafeed_analog *handle_qm_18x(const struct sr_dev_inst *sdi,
                char **tokens)
 {
@@ -532,5 +531,3 @@ SR_PRIV int fluke_receive_data(int fd, int revents, void *cb_data)
 
        return TRUE;
 }
-
-