lib: graph.h: fix formatting
[babeltrace.git] / include / babeltrace2 / graph / graph.h
index 06e3dc44c86c53d7489589fd145039240525b20d..1c03a21e8c1e58f97789dbf500ae79e668de6b89 100644 (file)
@@ -105,7 +105,7 @@ typedef bt_graph_simple_sink_component_init_func_status
 typedef enum bt_graph_simple_sink_component_consume_func_status {
        BT_GRAPH_SIMPLE_SINK_COMPONENT_CONSUME_FUNC_STATUS_OK                   = __BT_FUNC_STATUS_OK,
        BT_GRAPH_SIMPLE_SINK_COMPONENT_CONSUME_FUNC_STATUS_ERROR                = __BT_FUNC_STATUS_ERROR,
-       BT_GRAPH_SIMPLE_SINK_COMPONENT_CONSUME_FUNC_STATUS_MEMORY_ERROR =       __BT_FUNC_STATUS_MEMORY_ERROR,
+       BT_GRAPH_SIMPLE_SINK_COMPONENT_CONSUME_FUNC_STATUS_MEMORY_ERROR         = __BT_FUNC_STATUS_MEMORY_ERROR,
        BT_GRAPH_SIMPLE_SINK_COMPONENT_CONSUME_FUNC_STATUS_AGAIN                = __BT_FUNC_STATUS_AGAIN,
        BT_GRAPH_SIMPLE_SINK_COMPONENT_CONSUME_FUNC_STATUS_END                  = __BT_FUNC_STATUS_END,
 } bt_graph_simple_sink_component_consume_func_status;
@@ -117,7 +117,7 @@ typedef bt_graph_simple_sink_component_consume_func_status
 
 typedef void (*bt_graph_simple_sink_component_finalize_func)(void *data);
 
-extern bt_graph *bt_graph_create(void);
+extern bt_graph *bt_graph_create(uint64_t mip_version);
 
 typedef enum bt_graph_add_component_status {
        BT_GRAPH_ADD_COMPONENT_STATUS_OK                = __BT_FUNC_STATUS_OK,
@@ -268,8 +268,8 @@ bt_graph_add_filter_sink_component_ports_connected_listener(
                bt_listener_id *listener_id);
 
 typedef enum bt_graph_add_interrupter_status {
-       BT_GRAPH_ADD_INTERRUPTER_STATUS_OK      = __BT_FUNC_STATUS_OK,
-       BT_GRAPH_ADD_INTERRUPTER_MEMORY_ERROR   = __BT_FUNC_STATUS_MEMORY_ERROR,
+       BT_GRAPH_ADD_INTERRUPTER_STATUS_OK              = __BT_FUNC_STATUS_OK,
+       BT_GRAPH_ADD_INTERRUPTER_STATUS_MEMORY_ERROR    = __BT_FUNC_STATUS_MEMORY_ERROR,
 } bt_graph_add_interrupter_status;
 
 extern bt_graph_add_interrupter_status bt_graph_add_interrupter(bt_graph *graph,
This page took 0.030516 seconds and 4 git commands to generate.