]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/motech-lps-30x/protocol.c
Random whitespace and other minor fixes.
[libsigrok.git] / src / hardware / motech-lps-30x / protocol.c
index b97ce3b66e26403ccd3e4b6aaaef88517eda5b81..86959ba5c3a71c1ac08241665130d7d080423bd4 100644 (file)
@@ -196,8 +196,7 @@ SR_PRIV int motech_lps_30x_receive_data(int fd, int revents, void *cb_data)
                        }
                }
                if (devc->acq_req_pending == 0) {
-                       switch(devc->acq_req)
-                       {
+                       switch (devc->acq_req) {
                        case AQ_NONE: /* Fall through */
                        case AQ_STATUS:
                                devc->acq_req = AQ_U1;