From 1240fbbe73f039d4e115106c10e18f6db0033183 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 8 Dec 2016 16:00:29 -0500 Subject: [PATCH] Clean-up component-class internal header MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- include/babeltrace/plugin/component-class-internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/babeltrace/plugin/component-class-internal.h b/include/babeltrace/plugin/component-class-internal.h index 132a4e8da..ccedff870 100644 --- a/include/babeltrace/plugin/component-class-internal.h +++ b/include/babeltrace/plugin/component-class-internal.h @@ -42,8 +42,8 @@ struct bt_component_class { }; BT_HIDDEN -int bt_component_class_init(struct bt_component_class *class, enum bt_component_type type, - const char *name); +int bt_component_class_init(struct bt_component_class *class, + enum bt_component_type type, const char *name); BT_HIDDEN struct bt_component_class *bt_component_class_create( -- 2.34.1