Clean-up: Missing space in event-types-internal.h
[babeltrace.git] / include / babeltrace / ctf-ir / event-types-internal.h
index 8c3ce2b833e9a9b7011555371e498c3b95b4fc2b..e7569f6fa14c1492150cf26f3c1801c6dea5e103 100644 (file)
 #include <babeltrace/ctf/events.h>
 #include <glib.h>
 
-typedef void(*type_freeze_func)(struct bt_ctf_field_type *);
-typedef int(*type_serialize_func)(struct bt_ctf_field_type *,
+typedef void (*type_freeze_func)(struct bt_ctf_field_type *);
+typedef int (*type_serialize_func)(struct bt_ctf_field_type *,
                struct metadata_context *);
 
 struct bt_ctf_field_type {
        struct bt_ctf_ref ref_count;
        struct bt_declaration *declaration;
-       GString *alias_name;
        type_freeze_func freeze;
        type_serialize_func serialize;
        /*
This page took 0.024764 seconds and 4 git commands to generate.