Merge pull request #10988 from markdroth/clang-format

clang-format
pull/10886/head
Mark D. Roth 8 years ago committed by GitHub
commit 861919a703
  1. 4
      src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c

@ -917,8 +917,8 @@ static grpc_lb_policy *glb_create(grpc_exec_ctx *exec_ctx,
GPR_ASSERT(glb_policy->cc_factory != NULL);
arg = grpc_channel_args_find(args->args, GRPC_ARG_GRPCLB_CALL_TIMEOUT_MS);
glb_policy->lb_call_timeout_ms = grpc_channel_arg_get_integer(
arg, (grpc_integer_options){0, 0, INT_MAX});
glb_policy->lb_call_timeout_ms =
grpc_channel_arg_get_integer(arg, (grpc_integer_options){0, 0, INT_MAX});
// Make sure that GRPC_ARG_LB_POLICY_NAME is set in channel args,
// since we use this to trigger the client_load_reporting filter.

Loading…
Cancel
Save