aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/channel
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-07 10:11:10 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-07 10:11:10 -0700
commitfd2ddd28a974fe7d286d36e28a52a573623d25a2 (patch)
tree69f37e97cbd265b0ab3fadc4c37dccfb1497b93d /test/core/channel
parent5f1c4b58a8fa36c8d2334ee8d50ffadcb600e5fc (diff)
clang-format
Diffstat (limited to 'test/core/channel')
-rw-r--r--test/core/channel/channel_stack_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/core/channel/channel_stack_test.c b/test/core/channel/channel_stack_test.c
index df7dfe5c0b..26fc3dc4a8 100644
--- a/test/core/channel/channel_stack_test.c
+++ b/test/core/channel/channel_stack_test.c
@@ -118,7 +118,7 @@ static void test_create_channel_stack(void) {
int *channel_data;
int *call_data;
grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT;
- grpc_mdstr* path = grpc_mdstr_from_string("/service/method");
+ grpc_mdstr *path = grpc_mdstr_from_string("/service/method");
arg.type = GRPC_ARG_INTEGER;
arg.key = "test_key";
@@ -137,8 +137,8 @@ static void test_create_channel_stack(void) {
call_stack = gpr_malloc(channel_stack->call_stack_size);
grpc_error *error = grpc_call_stack_init(
- &exec_ctx, channel_stack, 1, free_call, call_stack, NULL, NULL,
- path, gpr_inf_future(GPR_CLOCK_MONOTONIC), call_stack);
+ &exec_ctx, channel_stack, 1, free_call, call_stack, NULL, NULL, path,
+ gpr_inf_future(GPR_CLOCK_MONOTONIC), call_stack);
GPR_ASSERT(error == GRPC_ERROR_NONE);
GPR_ASSERT(call_stack->count == 1);
call_elem = grpc_call_stack_element(call_stack, 0);