Cleanup: Missing space after cast operator
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 20 Oct 2014 20:00:34 +0000 (16:00 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 20 Oct 2014 20:00:34 +0000 (16:00 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf/ir/event-types.c

index 41ecb5bd8cc34d7a3b79d14c30c3db7f23b6e38d..5e9b31fe954b869e7c46c9aeb6c27543adffe1ed 100644 (file)
@@ -1713,7 +1713,7 @@ struct bt_ctf_field_type *bt_ctf_field_type_variant_get_field_type_signed(
                goto end;
        }
 
-       field_entry = g_ptr_array_index(variant->fields, (size_t)index);
+       field_entry = g_ptr_array_index(variant->fields, (size_t) index);
        type = field_entry->type;
 end:
        return type;
This page took 0.025838 seconds and 4 git commands to generate.