格式调整

This commit is contained in:
mutouyun 2021-01-10 14:45:17 +08:00
parent 152b5515d2
commit a7bec6348b

View File

@ -100,7 +100,7 @@ struct waiter_helper {
ret = ret && ctrl.handshake_wait(default_timeout); ret = ret && ctrl.handshake_wait(default_timeout);
} while (counter.counter_ > 0); } while (counter.counter_ > 0);
} }
return ret; return ret;
} }
template <typename Ctrl> template <typename Ctrl>