Diff between 719f2fd96e24fa7dd29913c37f4ee7319760d761 and 5cd1f2667b4685bc335623473235f5087034eecb

Changed Files

File Additions Deletions Status
android/tester-main.c +1 -2 modified

Full Patch

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);
 }