diff options
author | David Garcia Quintas <dgq@google.com> | 2016-03-08 16:25:11 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-03-08 16:25:11 -0800 |
commit | b942640497611a360e1c60084e73810fc07a3c1b (patch) | |
tree | 2731439243ef335124115eea0332749d80e7772b /test | |
parent | be25493398367bfe39a2639873c6872fbb870ed8 (diff) |
clang-format
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/codegen/codegen_test.cc | 3 | ||||
-rw-r--r-- | test/cpp/interop/reconnect_interop_server.cc | 10 |
2 files changed, 6 insertions, 7 deletions
diff --git a/test/cpp/codegen/codegen_test.cc b/test/cpp/codegen/codegen_test.cc index 23d9a5f9a0..735755a5d0 100644 --- a/test/cpp/codegen/codegen_test.cc +++ b/test/cpp/codegen/codegen_test.cc @@ -38,8 +38,7 @@ namespace { class CodegenTest : public ::testing::Test {}; -TEST_F(CodegenTest, Build) { -} +TEST_F(CodegenTest, Build) {} } // namespace } // namespace grpc diff --git a/test/cpp/interop/reconnect_interop_server.cc b/test/cpp/interop/reconnect_interop_server.cc index 41cff430ae..1f9147d0ef 100644 --- a/test/cpp/interop/reconnect_interop_server.cc +++ b/test/cpp/interop/reconnect_interop_server.cc @@ -42,17 +42,17 @@ #include <sstream> #include <gflags/gflags.h> -#include <grpc/grpc.h> -#include <grpc/support/log.h> #include <grpc++/server.h> #include <grpc++/server_builder.h> #include <grpc++/server_context.h> +#include <grpc/grpc.h> +#include <grpc/support/log.h> -#include "test/core/util/reconnect_server.h" -#include "test/cpp/util/test_config.h" -#include "src/proto/grpc/testing/test.grpc.pb.h" #include "src/proto/grpc/testing/empty.grpc.pb.h" #include "src/proto/grpc/testing/messages.grpc.pb.h" +#include "src/proto/grpc/testing/test.grpc.pb.h" +#include "test/core/util/reconnect_server.h" +#include "test/cpp/util/test_config.h" DEFINE_int32(control_port, 0, "Server port for controlling the server."); DEFINE_int32(retry_port, 0, |