aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/server_helper.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-07-15 14:10:48 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-07-15 14:10:48 -0700
commite4109866359b711bd618b2890c7696f59a2b813c (patch)
tree0ddf30f14ed51a7eb90809a3d59668cd4b046b4f /test/cpp/interop/server_helper.h
parent8d9f83016863a4d1b27e21fc372f7df02dbc6537 (diff)
clang-format'd.
Diffstat (limited to 'test/cpp/interop/server_helper.h')
-rw-r--r--test/cpp/interop/server_helper.h2
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.