]> sigrok.org Git - libsigrok.git/blobdiff - hardware/colead-slm/protocol.c
Various cosmetics, whitespace, consistency fixes.
[libsigrok.git] / hardware / colead-slm / protocol.c
index 9a9d10c875bb8edac14dedd44cbdad0ec37b22fb..e10fc37e438b8dbf7f914faafa579fbd9160f031 100644 (file)
@@ -25,7 +25,6 @@
 #include <errno.h>
 #include <string.h>
 
-
 static void process_packet(const struct sr_dev_inst *sdi)
 {
        struct dev_context *devc;
@@ -232,4 +231,3 @@ SR_PRIV int colead_slm_receive_data(int fd, int revents, void *cb_data)
 
        return TRUE;
 }
-