From 56f1d3d697e54cdd55b5e4ae7ef3158b17e7400d Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Thu, 25 Oct 2018 11:06:32 -0700 Subject: clang-format --- include/grpcpp/impl/codegen/completion_queue.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/grpcpp/impl/codegen') diff --git a/include/grpcpp/impl/codegen/completion_queue.h b/include/grpcpp/impl/codegen/completion_queue.h index ab9a24fda4..179b82a358 100644 --- a/include/grpcpp/impl/codegen/completion_queue.h +++ b/include/grpcpp/impl/codegen/completion_queue.h @@ -199,7 +199,8 @@ class CompletionQueue : private GrpcLibraryCodegen { /// /// \param f [in] Function to execute before calling AsyncNext on this queue. /// \param tag [out] Upon sucess, updated to point to the event's tag. - /// \param ok [out] Upon sucess, true if read a regular event, false otherwise. + /// \param ok [out] Upon sucess, true if read a regular event, false + /// otherwise. /// \param deadline [in] How long to block in wait for an event. /// /// \return The type of event read. -- cgit v1.2.3