Cleanup: line exceeds 80 chars
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 14 Sep 2017 19:03:55 +0000 (15:03 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 17 Sep 2017 18:10:51 +0000 (14:10 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/ctf-ir/fields.c

index 65f31b38dda55e64de21ae4e5ed2e23b2384b3cd..10dddaf01fbde2cb2b8efe1eef76c7d0a052a855 100644 (file)
@@ -3169,7 +3169,8 @@ bt_bool bt_ctf_field_structure_value_is_set(struct bt_ctf_field *field)
 
        structure = container_of(field, struct bt_ctf_field_structure, parent);
        for (i = 0; i < structure->fields->len; i++) {
-               value_is_set = bt_ctf_field_value_is_set(structure->fields->pdata[i]);
+               value_is_set = bt_ctf_field_value_is_set(
+                       structure->fields->pdata[i]);
                if (!value_is_set) {
                        goto end;
                }
This page took 0.02656 seconds and 4 git commands to generate.