]> sigrok.org Git - sigrok-test.git/blobdiff - decoder/runtc.c
runtc: fixup coding style (conditionals, braces)
[sigrok-test.git] / decoder / runtc.c
index c7462b4e7f06e69266a9bbebf17e17bec0a1343c..4b534a2564048ae52188c02f2f1d040f9ec1f071 100644 (file)
@@ -459,16 +459,16 @@ static int run_testcase(const char *infile, GSList *pdlist, struct output *op)
                        if (!strcmp(decoder_class[0], op->class)) {
                                op->class_idx = idx;
                                break;
-                       } else
-                               idx++;
+                       }
+                       idx++;
                        l = l->next;
                }
                if (op->class_idx == -1) {
                        ERR("Output class '%s' not found in decoder %s.",
                                        op->class, pd->name);
                        return FALSE;
-               } else
-                       DBG("Class %s index is %d", op->class, op->class_idx);
+               }
+               DBG("Class %s index is %d", op->class, op->class_idx);
        }
 
        sr_session_start(sr_sess);