Clang-format.

pull/9780/head
Nicolas "Pixel" Noble 8 years ago
parent 8e0684b5d4
commit 6f7dcd0ade
  1. 2
      test/cpp/qps/qps_json_driver.cc
  2. 2
      test/cpp/qps/qps_openloop_test.cc
  3. 2
      test/cpp/qps/qps_test.cc
  4. 2
      test/cpp/qps/secure_sync_unary_ping_pong_test.cc

@ -40,10 +40,10 @@
#include <gflags/gflags.h>
#include <grpc/support/log.h>
#include "test/cpp/qps/benchmark_config.h"
#include "test/cpp/qps/driver.h"
#include "test/cpp/qps/parse_json.h"
#include "test/cpp/qps/report.h"
#include "test/cpp/qps/benchmark_config.h"
DEFINE_string(scenarios_file, "",
"JSON file containing an array of Scenario objects");

@ -36,9 +36,9 @@
#include <grpc/support/log.h>
#include "test/core/util/test_config.h"
#include "test/cpp/qps/benchmark_config.h"
#include "test/cpp/qps/driver.h"
#include "test/cpp/qps/report.h"
#include "test/cpp/qps/benchmark_config.h"
namespace grpc {
namespace testing {

@ -35,9 +35,9 @@
#include <grpc/support/log.h>
#include "test/cpp/qps/benchmark_config.h"
#include "test/cpp/qps/driver.h"
#include "test/cpp/qps/report.h"
#include "test/cpp/qps/benchmark_config.h"
namespace grpc {
namespace testing {

@ -35,9 +35,9 @@
#include <grpc/support/log.h>
#include "test/cpp/qps/benchmark_config.h"
#include "test/cpp/qps/driver.h"
#include "test/cpp/qps/report.h"
#include "test/cpp/qps/benchmark_config.h"
namespace grpc {
namespace testing {

Loading…
Cancel
Save