]> sigrok.org Git - libsigrok.git/blobdiff - src/output/srzip.c
Remove some unneeded double-spaces.
[libsigrok.git] / src / output / srzip.c
index b554558534a3587bf81d99d4e691f5b3ad03cc6e..43dbd16b0a05da2f852ada1d4c9d57d46dc4ddce 100644 (file)
@@ -339,7 +339,7 @@ static int zip_append_analog(const struct sr_output *o,
                if (outc->analog_index_map[index] == channel->index)
                        break;
        if (outc->analog_index_map[index] == -1)
-               return SR_ERR_ARG;  /* Channel index was not in the list */
+               return SR_ERR_ARG; /* Channel index was not in the list */
 
        index += outc->first_analog_index;