diff --git a/src/core/ext/lb_policy/grpclb/grpclb.c b/src/core/ext/lb_policy/grpclb/grpclb.c index c5bb85f2b01eef681880b1b8b09765b94b8ff478..dec25efe6165b031ad9ac655708b043a2627be4a 100644 --- a/src/core/ext/lb_policy/grpclb/grpclb.c +++ b/src/core/ext/lb_policy/grpclb/grpclb.c @@ -222,7 +222,6 @@ static void add_pending_ping(pending_ping **root, grpc_closure *notify) { *root = pping; } - /* * glb_lb_policy */ @@ -693,7 +692,6 @@ static void glb_notify_on_state_change(grpc_exec_ctx *exec_ctx, gpr_mu_unlock(&glb_policy->mu); } - /* * lb_client_data * diff --git a/test/cpp/grpclb/grpclb_test.cc b/test/cpp/grpclb/grpclb_test.cc index 3c193d2b021c76ff75d02e6b7e49883dafeaa4c8..1430f9de58b6fb6ee7d4b72f509b3249cb9f16b3 100644 --- a/test/cpp/grpclb/grpclb_test.cc +++ b/test/cpp/grpclb/grpclb_test.cc @@ -31,11 +31,11 @@ * */ +#include <cinttypes> #include <cstdarg> +#include <cstdint> #include <cstring> #include <string> -#include <cstdint> -#include <cinttypes> extern "C" { #include <grpc/grpc.h>