]> sigrok.org Git - libsigrok.git/blobdiff - src/output/bits.c
Remove some unneeded double-spaces.
[libsigrok.git] / src / output / bits.c
index 71cbd95a99a965d04722d29c905f28e0b67e58d4..f486803305ea58b4bddc29f0f1975d73cf06a1fb 100644 (file)
@@ -167,7 +167,7 @@ static int receive(const struct sr_output *o, const struct sr_datafeed_packet *p
                                        /* Flush line buffers. */
                                        g_string_append_len(*out, ctx->lines[j]->str, ctx->lines[j]->len);
                                        g_string_append_c(*out, '\n');
-                                       if (j == ctx->num_enabled_channels  - 1 && ctx->trigger > -1) {
+                                       if (j == ctx->num_enabled_channels - 1 && ctx->trigger > -1) {
                                                offset = ctx->trigger + ctx->trigger / 8;
                                                g_string_append_printf(*out, "T:%*s^ %d\n", offset, "", ctx->trigger);
                                                ctx->trigger = -1;