diff options
author | Muxi Yan <mxyan@google.com> | 2019-01-03 16:02:29 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2019-01-03 16:02:29 -0800 |
commit | 04dfa7d7b2343fd63a2f40aea28608b5a4938a29 (patch) | |
tree | 9943f8c388faaf50a04ab3ab5cb6162a11a6c1fc /src | |
parent | 077cc271e55ddb881054ab69feaaabc6e0ef6d81 (diff) |
clang-format
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ext/transport/cronet/transport/cronet_transport.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/transport/cronet/transport/cronet_transport.cc b/src/core/ext/transport/cronet/transport/cronet_transport.cc index 278ef5636e..ade88da4cb 100644 --- a/src/core/ext/transport/cronet/transport/cronet_transport.cc +++ b/src/core/ext/transport/cronet/transport/cronet_transport.cc @@ -336,7 +336,7 @@ static void add_to_storage(struct stream_obj* s, in remove_from_storage */ op_and_state* new_op = grpc_core::New<op_and_state>(s, *op); // Pontential fix to crash on GPR_ASSERT(!curr->done) - // TODO (mxyan): check if this is indeed necessary. + // TODO (mxyan): check if this is indeed necessary. new_op->done = false; gpr_mu_lock(&s->mu); storage->head = new_op; |