Skip to content
Snippets Groups Projects
Commit 6ab4788a authored by Vijay Pai's avatar Vijay Pai
Browse files

clang-format changes

parent b31a9a09
No related branches found
No related tags found
No related merge requests found
...@@ -230,7 +230,7 @@ class CommonStressTestSyncServer : public CommonStressTest<TestServiceImpl> { ...@@ -230,7 +230,7 @@ class CommonStressTestSyncServer : public CommonStressTest<TestServiceImpl> {
}; };
class CommonStressTestAsyncServer class CommonStressTestAsyncServer
: public CommonStressTest< ::grpc::testing::EchoTestService::AsyncService> { : public CommonStressTest<grpc::testing::EchoTestService::AsyncService> {
public: public:
void SetUp() GRPC_OVERRIDE { void SetUp() GRPC_OVERRIDE {
shutting_down_ = false; shutting_down_ = false;
......
...@@ -31,10 +31,10 @@ ...@@ -31,10 +31,10 @@
* *
*/ */
#include <unistd.h>
#include <cinttypes> #include <cinttypes>
#include <fstream> #include <fstream>
#include <memory> #include <memory>
#include <unistd.h>
#include <grpc++/channel.h> #include <grpc++/channel.h>
#include <grpc++/client_context.h> #include <grpc++/client_context.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment