Fix indentation
Previous refactorings broke indentation.
This commit is contained in:
parent
0fbab42f8c
commit
d2504f974c
2 changed files with 9 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue