Fix indentation

Previous refactorings broke indentation.
master
Romain Vimont 7 years ago
parent 0fbab42f8c
commit d2504f974c

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

Loading…
Cancel
Save