aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/grpc_tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/util/grpc_tool.h')
-rw-r--r--test/cpp/util/grpc_tool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/util/grpc_tool.h b/test/cpp/util/grpc_tool.h
index 076ce530d9..a10422f882 100644
--- a/test/cpp/util/grpc_tool.h
+++ b/test/cpp/util/grpc_tool.h
@@ -28,9 +28,9 @@
namespace grpc {
namespace testing {
-typedef std::function<bool(const grpc::string &)> GrpcToolOutputCallback;
+typedef std::function<bool(const grpc::string&)> GrpcToolOutputCallback;
-int GrpcToolMainLib(int argc, const char **argv, const CliCredentials &cred,
+int GrpcToolMainLib(int argc, const char** argv, const CliCredentials& cred,
GrpcToolOutputCallback callback);
} // namespace testing