diff options
| author | Alexey Borzenkov <[email protected]> | 2022-02-10 16:47:41 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:41 +0300 |
| commit | 22d92781ba2a10b7fb5b977b7d1a5c40ff53885f (patch) | |
| tree | 852611fd27f734847435b37aa5b0ad5d8b1c10ac /contrib/libs/grpc | |
| parent | 667a4ee7da2e004784b9c3cfab824a81e96f4d66 (diff) | |
Restoring authorship annotation for Alexey Borzenkov <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/grpc')
| -rw-r--r-- | contrib/libs/grpc/src/core/lib/surface/call.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/grpc/src/core/lib/surface/call.cc b/contrib/libs/grpc/src/core/lib/surface/call.cc index fe4c774c526..af18f675bb3 100644 --- a/contrib/libs/grpc/src/core/lib/surface/call.cc +++ b/contrib/libs/grpc/src/core/lib/surface/call.cc @@ -63,8 +63,8 @@ #include "src/core/lib/transport/status_metadata.h" #include "src/core/lib/transport/transport.h" -#include <util/system/yassert.h> - +#include <util/system/yassert.h> + /** The maximum number of concurrent batches possible. Based upon the maximum number of individually queueable ops in the batch api: @@ -1915,7 +1915,7 @@ static grpc_call_error call_start_batch(grpc_call* call, const grpc_op* ops, GRPC_CALL_INTERNAL_REF(call, "completion"); if (!is_notify_tag_closure) { - Y_VERIFY(grpc_cq_begin_op(call->cq, notify_tag)); + Y_VERIFY(grpc_cq_begin_op(call->cq, notify_tag)); } bctl->set_num_steps_to_complete((has_send_ops ? 1 : 0) + num_recv_ops); |
