Fix indentation

Previous refactorings broke indentation.
This commit is contained in:
Romain Vimont 2019-05-28 13:37:27 +02:00
parent 0fbab42f8c
commit d2504f974c
2 changed files with 9 additions and 10 deletions

View file

@ -421,8 +421,7 @@ finally_destroy_server:
wait_show_touches(proc_show_touches);
}
LOGI("Disable show_touches");
proc_show_touches = set_show_touches_enabled(options->serial,
false);
proc_show_touches = set_show_touches_enabled(options->serial, false);
wait_show_touches(proc_show_touches);
}