moar clang-format

pull/6924/head
David Garcia Quintas 9 years ago
parent 3856a972fd
commit d9cee6f2ac
  1. 2
      src/core/ext/lb_policy/grpclb/grpclb.c
  2. 4
      test/cpp/grpclb/grpclb_test.cc

@ -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
*

@ -31,11 +31,11 @@
*
*/
#include <cinttypes>
#include <cstdarg>
#include <cstdint>
#include <cstring>
#include <string>
#include <cstdint>
#include <cinttypes>
extern "C" {
#include <grpc/grpc.h>

Loading…
Cancel
Save