--- android/tester-main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/tester-main.c b/android/tester-main.c index c0f384c..fb8e11b 100644 --- a/android/tester-main.c +++ b/android/tester-main.c @@ -1884,8 +1884,7 @@ void bt_set_property_action(void) prop = (bt_property_t *)current_data_step->set_data; - step->action_status = data->if_bluetooth->set_adapter_property( - prop); + step->action_status = data->if_bluetooth->set_adapter_property(prop); schedule_action_verification(step); } -- 1.9.1 -- 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