diff options
author | Craig Tiller <ctiller@google.com> | 2015-12-14 12:11:01 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-12-14 12:11:01 -0800 |
commit | 0bdc3a58f68e5cf601ba5d2718a8f319d286c855 (patch) | |
tree | 0d35cf8fc555f3a1704ca028f62da02703e8c10a /test/core/surface | |
parent | 4bf292890c48d408e7dc0acd82e85ddcc9e0dde2 (diff) | |
parent | 620e965c1b522173aaf2d12e9fcf9c8f5d8754be (diff) |
Merge branch 'cf' into proxy-crash
Diffstat (limited to 'test/core/surface')
-rw-r--r-- | test/core/surface/lame_client_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/surface/lame_client_test.c b/test/core/surface/lame_client_test.c index 1b1955fa0e..35b0212fcf 100644 --- a/test/core/surface/lame_client_test.c +++ b/test/core/surface/lame_client_test.c @@ -48,12 +48,12 @@ grpc_closure transport_op_cb; static void *tag(gpr_intptr x) { return (void *)x; } void verify_connectivity(grpc_exec_ctx *exec_ctx, void *arg, int success) { - grpc_transport_op* op = arg; + grpc_transport_op *op = arg; GPR_ASSERT(GRPC_CHANNEL_FATAL_FAILURE == *op->connectivity_state); GPR_ASSERT(success); } -void do_nothing(grpc_exec_ctx *exec_ctx, void *arg, int success) { } +void do_nothing(grpc_exec_ctx *exec_ctx, void *arg, int success) {} void test_transport_op(grpc_channel *channel) { grpc_transport_op op; |