]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/brymen-dmm/protocol.c
Random whitespace and other minor fixes.
[libsigrok.git] / src / hardware / brymen-dmm / protocol.c
index 881881cf026a1366b2993157e464c52c2e550265..07ac19394a674579dbe7d7993d3aba7c20bf4cea 100644 (file)
@@ -206,7 +206,7 @@ SR_PRIV int brymen_stream_detect(struct sr_serial_dev_inst *serial,
                        /* How large of a packet are we expecting? */
                        packet_len = stream_len;
                        status = get_packet_size(&buf[i], &packet_len);
-                       switch(status) {
+                       switch (status) {
                        case PACKET_HEADER_OK:
                                /* We know how much data we need to wait for. */
                                break;