diff options
author | David Garcia Quintas <dgq@google.com> | 2015-07-15 14:10:48 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2015-07-15 14:10:48 -0700 |
commit | e4109866359b711bd618b2890c7696f59a2b813c (patch) | |
tree | 0ddf30f14ed51a7eb90809a3d59668cd4b046b4f /test/cpp | |
parent | 8d9f83016863a4d1b27e21fc372f7df02dbc6537 (diff) |
clang-format'd.
Diffstat (limited to 'test/cpp')
-rw-r--r-- | test/cpp/interop/server_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/interop/server_helper.h b/test/cpp/interop/server_helper.h index 52332bf633..d738d05038 100644 --- a/test/cpp/interop/server_helper.h +++ b/test/cpp/interop/server_helper.h @@ -46,7 +46,7 @@ std::shared_ptr<ServerCredentials> CreateInteropServerCredentials(); class InteropContextInspector { public: - InteropContextInspector (const ::grpc::ServerContext& context); + InteropContextInspector(const ::grpc::ServerContext& context); // Inspector methods, able to peek inside ServerContext go here. |