clang-format

pull/15595/head
David Garcia Quintas 7 years ago
parent 00e045dbb2
commit 73dec497af
  1. 2
      src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
  2. 4
      src/cpp/server/health/default_health_check_service.cc

@ -18,9 +18,9 @@
#include <grpc/support/port_platform.h> #include <grpc/support/port_platform.h>
#include "src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h"
#include "pb_decode.h" #include "pb_decode.h"
#include "pb_encode.h" #include "pb_encode.h"
#include "src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h"
#include <grpc/support/alloc.h> #include <grpc/support/alloc.h>

@ -24,10 +24,10 @@
#include <grpc/support/log.h> #include <grpc/support/log.h>
#include <grpcpp/impl/codegen/method_handler_impl.h> #include <grpcpp/impl/codegen/method_handler_impl.h>
#include "src/cpp/server/health/default_health_check_service.h"
#include "src/cpp/server/health/health.pb.h"
#include "pb_decode.h" #include "pb_decode.h"
#include "pb_encode.h" #include "pb_encode.h"
#include "src/cpp/server/health/default_health_check_service.h"
#include "src/cpp/server/health/health.pb.h"
namespace grpc { namespace grpc {
namespace { namespace {

Loading…
Cancel
Save