Cleanup: coding style mandates space after cast operator
[babeltrace.git] / lib / ctf-ir / fields.c
index 563cd9d6b5dc59bd2f7b746f518042d6a672e438..05be90fe63dd610a9474ad26676d589964a8b43a 100644 (file)
@@ -492,7 +492,7 @@ int bt_ctf_field_sequence_set_length(struct bt_ctf_field *field,
                bt_put(sequence->length);
        }
 
-       sequence->elements = g_ptr_array_sized_new((size_t)sequence_length);
+       sequence->elements = g_ptr_array_sized_new((size_t) sequence_length);
        if (!sequence->elements) {
                BT_LOGE_STR("Failed to allocate a GPtrArray.");
                ret = -1;
This page took 0.023231 seconds and 4 git commands to generate.