]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/motech-lps-30x/api.c
Consistently use the "Sysclk" spelling everywhere.
[libsigrok.git] / src / hardware / motech-lps-30x / api.c
index af3ee4f0aecbe504943b9aafb215c6ddc3395769..46407cc5f01cd95b498bad0eb744fd9d4a385cd9 100644 (file)
@@ -441,7 +441,7 @@ static GSList *do_scan(lps_modelid modelid, struct sr_dev_driver *drv, GSList *o
                devc->channel_status[cnt].info = g_slist_append(NULL, ch);
 
                cg = g_malloc(sizeof(struct sr_channel_group));
-               snprintf(channel, sizeof(channel), "CG%d", cnt+1);
+               snprintf(channel, sizeof(channel), "CG%d", cnt + 1);
                cg->name = g_strdup(channel);
                cg->priv = NULL;
                cg->channels = g_slist_append(NULL, ch);