]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/fx2lafw/protocol.c
Remove some unneeded double-spaces.
[libsigrok.git] / src / hardware / fx2lafw / protocol.c
index fc875d04446d2098b60827005f3a7acbe7b4468d..70186518b6d5ade6b983a7b70f66ce8e1fd4eb9a 100644 (file)
@@ -403,7 +403,7 @@ SR_PRIV void mso_send_data_proc(struct sr_dev_inst *sdi,
 
        /* Send the logic */
        for (i = 0; i < length; i++) {
-               devc->logic_buffer[i]  = data[i * 2];
+               devc->logic_buffer[i] = data[i * 2];
                /* Rescale to -10V - +10V from 0-255. */
                devc->analog_buffer[i] = (data[i * 2 + 1] - 128.0f) / 12.8f;
        };