X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Flib%2Futils%2Frun-in.cpp;h=9c682522eac9b3116d0ded0a0e77ea2cf4cbc943;hp=2c2a53fc2f31ebd51a15f6a55e1be04490e01c9e;hb=0ab97251d941e3b2635fcfea9264340e96390895;hpb=08b4db4178d307460dd9c9cbd80cb060ef2e5f13 diff --git a/tests/lib/utils/run-in.cpp b/tests/lib/utils/run-in.cpp index 2c2a53fc..9c682522 100644 --- a/tests/lib/utils/run-in.cpp +++ b/tests/lib/utils/run-in.cpp @@ -96,7 +96,7 @@ static DummySinkData& dummySinkDataFromSelfCompSink(bt_self_component_sink * con } static bt_component_class_sink_graph_is_configured_method_status -dummySinkGraphIsConfigured(bt_self_component_sink *const self) +dummySinkGraphIsConfigured(bt_self_component_sink * const self) { auto& data = dummySinkDataFromSelfCompSink(self); const auto port = bt_self_component_sink_borrow_input_port_by_name(self, "in"); @@ -106,7 +106,8 @@ dummySinkGraphIsConfigured(bt_self_component_sink *const self) return BT_COMPONENT_CLASS_SINK_GRAPH_IS_CONFIGURED_METHOD_STATUS_OK; } -static bt_component_class_sink_consume_method_status dummySinkConsume(bt_self_component_sink *const self) +static bt_component_class_sink_consume_method_status +dummySinkConsume(bt_self_component_sink * const self) { const auto& data = dummySinkDataFromSelfCompSink(self); bt_message_array_const msgs;