clang-format changes

pull/6863/head
Vijay Pai 9 years ago
parent b31a9a0900
commit 6ab4788ae9
  1. 2
      test/cpp/end2end/thread_stress_test.cc
  2. 2
      test/cpp/interop/interop_client.cc

@ -230,7 +230,7 @@ class CommonStressTestSyncServer : public CommonStressTest<TestServiceImpl> {
};
class CommonStressTestAsyncServer
: public CommonStressTest< ::grpc::testing::EchoTestService::AsyncService> {
: public CommonStressTest<grpc::testing::EchoTestService::AsyncService> {
public:
void SetUp() GRPC_OVERRIDE {
shutting_down_ = false;

@ -31,10 +31,10 @@
*
*/
#include <unistd.h>
#include <cinttypes>
#include <fstream>
#include <memory>
#include <unistd.h>
#include <grpc++/channel.h>
#include <grpc++/client_context.h>

Loading…
Cancel
Save