aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-19 07:45:22 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-19 07:45:22 -0700
commitf222593de2ddf4afe9dbcfc4fdb32d03b2692ae7 (patch)
treea7cbf8db62faa43d8cbe6adda913e6b6f6fd1ec7 /src/core/lib
parent605a8f12ed078524823c46a36d16e433935e00a1 (diff)
clang-format
Diffstat (limited to 'src/core/lib')
-rw-r--r--src/core/lib/surface/call.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/lib/surface/call.c b/src/core/lib/surface/call.c
index 24534104d3..30559304c6 100644
--- a/src/core/lib/surface/call.c
+++ b/src/core/lib/surface/call.c
@@ -310,10 +310,10 @@ grpc_error *grpc_call_create(const grpc_call_create_args *args,
GRPC_CHANNEL_INTERNAL_REF(args->channel, "call");
/* initial refcount dropped by grpc_call_destroy */
- grpc_error *error = grpc_call_stack_init(
- &exec_ctx, channel_stack, 1, destroy_call, call, call->context,
- args->server_transport_data, path, send_deadline,
- CALL_STACK_FROM_CALL(call));
+ grpc_error *error =
+ grpc_call_stack_init(&exec_ctx, channel_stack, 1, destroy_call, call,
+ call->context, args->server_transport_data, path,
+ send_deadline, CALL_STACK_FROM_CALL(call));
if (error != GRPC_ERROR_NONE) {
grpc_status_code status;
const char *error_str;