Cleanup: use tabs for code indentation
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 17 Sep 2017 18:51:17 +0000 (14:51 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 17 Sep 2017 18:51:17 +0000 (14:51 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/graph/graph.c

index 7b43a1017df88539c913166504e45fe18ff8529b..c62712ccc4c83badfacb4069ce2742b4526f22ac 100644 (file)
@@ -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.");
This page took 0.025997 seconds and 4 git commands to generate.