]> sigrok.org Git - libsigrok.git/blobdiff - src/output/hex.c
Random whitespace/cosmetic fixes.
[libsigrok.git] / src / output / hex.c
index 5d9e0f556eebe8e3a52401d3a47af148b466dd93..708f6054c22204a8f7cdd91d74bd71becd982872 100644 (file)
@@ -180,7 +180,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;