]> sigrok.org Git - libsigrok.git/blobdiff - output/analog.c
All drivers: Drop unneeded comments.
[libsigrok.git] / output / analog.c
index 7090d0feb42f49fd7134e17f47fcfeab9e5da3b0..5952613c4b138602351cb3939f0516cb9e433bc5 100644 (file)
@@ -186,6 +186,7 @@ static GString *receive(struct sr_output *o, const struct sr_dev_inst *sdi,
        int i, j;
 
        (void)sdi;
+
        if (!o || !o->sdi)
                return NULL;
        ctx = o->internal;