From f3ea12b321e64bdcd1bb77ae172357b0fb6745bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Sun, 17 Sep 2017 14:51:17 -0400 Subject: [PATCH] Cleanup: use tabs for code indentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- lib/graph/graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/graph/graph.c b/lib/graph/graph.c index 7b43a101..c62712cc 100644 --- a/lib/graph/graph.c +++ b/lib/graph/graph.c @@ -233,7 +233,7 @@ enum bt_graph_status bt_graph_connect_ports(struct bt_graph *graph, struct bt_component *upstream_component = NULL; struct bt_component *downstream_component = NULL; enum bt_component_status component_status; - bt_bool init_can_consume; + bt_bool init_can_consume; if (!graph) { BT_LOGW_STR("Invalid parameter: graph is NULL."); -- 2.34.1