]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/saleae-logic16/api.c
Remove some unneeded double-spaces.
[libsigrok.git] / src / hardware / saleae-logic16 / api.c
index 3597d3f1245357ca7f24e3c1f96defe930df4fea..e6b752d1fcb3f7bc18d8a2425bdec5ba02b12e9c 100644 (file)
@@ -195,7 +195,7 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options)
 
                for (j = 0; j < ARRAY_SIZE(channel_names); j++)
                        sr_channel_new(sdi, j, SR_CHANNEL_LOGIC, TRUE,
-                                           channel_names[j]);
+                                       channel_names[j]);
 
                devc = g_malloc0(sizeof(struct dev_context));
                devc->selected_voltage_range = VOLTAGE_RANGE_18_33_V;