clang-format

pull/9869/head
Mark D. Roth 8 years ago
parent 95b627b7ad
commit 722de8d46e
  1. 4
      src/core/ext/client_channel/client_channel.c

@ -1074,8 +1074,8 @@ static bool set_call_method_params_from_service_config_locked(
method_parameters_ref(calld->method_params);
if (gpr_time_cmp(calld->method_params->timeout,
gpr_time_0(GPR_TIMESPAN)) != 0) {
*per_method_deadline = gpr_time_add(
calld->call_start_time, calld->method_params->timeout);
*per_method_deadline =
gpr_time_add(calld->call_start_time, calld->method_params->timeout);
return true;
}
}

Loading…
Cancel
Save