diff options
author | Mark D. Roth <roth@google.com> | 2016-06-16 10:57:28 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-06-16 10:57:28 -0700 |
commit | f9c1f7a412619e78a93a116068fe0fe373e172e1 (patch) | |
tree | 30391fd5f148f0f3e904369a7e4a40bfa22fc1c0 /test/cpp/end2end | |
parent | c008b33c18f1d2c49ee1b6683c2d13a85e2c2432 (diff) |
clang-format
Diffstat (limited to 'test/cpp/end2end')
-rw-r--r-- | test/cpp/end2end/filter_end2end_test.cc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/cpp/end2end/filter_end2end_test.cc b/test/cpp/end2end/filter_end2end_test.cc index 16151c21b8..d72e8100d7 100644 --- a/test/cpp/end2end/filter_end2end_test.cc +++ b/test/cpp/end2end/filter_end2end_test.cc @@ -107,11 +107,9 @@ class CallDataImpl : public CallData { : CallData(channel_data) {} virtual ~CallDataImpl() {} - void StartTransportStreamOp( - grpc_exec_ctx *exec_ctx, grpc_call_element *elem, - grpc_transport_stream_op *op) { - if (op->recv_initial_metadata != nullptr) - IncrementCounter(); + void StartTransportStreamOp(grpc_exec_ctx* exec_ctx, grpc_call_element* elem, + grpc_transport_stream_op* op) { + if (op->recv_initial_metadata != nullptr) IncrementCounter(); grpc_call_next_op(exec_ctx, elem, op); } }; |