bt2: add option field class and field support
[babeltrace.git] / src / lib / trace-ir / resolve-field-path.c
index c49b0245de156ff7502eef14d26e0c37f3de07c8..c61d6a6c4e57308d65e3fbe9a3e7fc196fa41074 100644 (file)
@@ -50,7 +50,6 @@ bool find_field_class_recursive(struct bt_field_class *fc,
        case BT_FIELD_CLASS_TYPE_OPTION:
        {
                struct bt_field_class_option *opt_fc = (void *) fc;
-
                struct bt_field_path_item item = {
                        .type = BT_FIELD_PATH_ITEM_TYPE_CURRENT_OPTION_CONTENT,
                        .index = UINT64_C(-1),
This page took 0.023875 seconds and 4 git commands to generate.