Indent with tab not spaces. --- src/adapter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adapter.c b/src/adapter.c index 8b599da..5c17a6e 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -181,7 +181,7 @@ static gboolean process_auth_queue(gpointer user_data); int btd_adapter_set_class(struct btd_adapter *adapter, uint8_t major, uint8_t minor) { - return mgmt_set_dev_class(adapter->dev_id, major, minor); + return mgmt_set_dev_class(adapter->dev_id, major, minor); } static const char *mode2str(uint8_t mode) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html