mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-18 22:14:20 +01:00
Fix indentation
Previous refactorings broke indentation.
This commit is contained in:
@@ -421,8 +421,7 @@ finally_destroy_server:
|
|||||||
wait_show_touches(proc_show_touches);
|
wait_show_touches(proc_show_touches);
|
||||||
}
|
}
|
||||||
LOGI("Disable show_touches");
|
LOGI("Disable show_touches");
|
||||||
proc_show_touches = set_show_touches_enabled(options->serial,
|
proc_show_touches = set_show_touches_enabled(options->serial, false);
|
||||||
false);
|
|
||||||
wait_show_touches(proc_show_touches);
|
wait_show_touches(proc_show_touches);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user