Clean-up: Missing space in event-types-internal.h
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 11 May 2015 20:02:04 +0000 (16:02 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 11 May 2015 20:02:04 +0000 (16:02 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/ctf-ir/event-types-internal.h

index 2f4c98ed159939cc14d1e0f39feeb9e8e9451dab..e7569f6fa14c1492150cf26f3c1801c6dea5e103 100644 (file)
@@ -37,8 +37,8 @@
 #include <babeltrace/ctf/events.h>
 #include <glib.h>
 
 #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 metadata_context *);
 
 struct bt_ctf_field_type {
This page took 0.025165 seconds and 4 git commands to generate.