From: Jérémie Galarneau Date: Mon, 11 May 2015 20:02:04 +0000 (-0400) Subject: Clean-up: Missing space in event-types-internal.h X-Git-Tag: v2.0.0-pre1~1251 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=b75277fb01ea9cce7732cbaaf36027d52e5ba51a Clean-up: Missing space in event-types-internal.h Signed-off-by: Jérémie Galarneau --- diff --git a/include/babeltrace/ctf-ir/event-types-internal.h b/include/babeltrace/ctf-ir/event-types-internal.h index 2f4c98ed..e7569f6f 100644 --- a/include/babeltrace/ctf-ir/event-types-internal.h +++ b/include/babeltrace/ctf-ir/event-types-internal.h @@ -37,8 +37,8 @@ #include #include -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 {