Fix code style
Limit to 80 chars.
This commit is contained in:
parent
75655194fb
commit
a6644e831b
1 changed files with 2 additions and 2 deletions
|
@ -343,8 +343,8 @@ run_aoa_thread(void *data) {
|
|||
|
||||
if (ack_to_wait != SC_SEQUENCE_INVALID) {
|
||||
LOGD("Waiting ack from server sequence=%" PRIu64_, ack_to_wait);
|
||||
// Do not block the loop indefinitely if the ack never comes (it should
|
||||
// never happen)
|
||||
// Do not block the loop indefinitely if the ack never comes (it
|
||||
// should never happen)
|
||||
sc_tick deadline = sc_tick_now() + SC_TICK_FROM_MS(500);
|
||||
enum sc_acksync_wait_result result =
|
||||
sc_acksync_wait(aoa->acksync, ack_to_wait, deadline);
|
||||
|
|
Loading…
Reference in a new issue