aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-10-25 11:06:32 -0700
committerGravatar Vijay Pai <vpai@google.com>2018-10-25 11:06:32 -0700
commit56f1d3d697e54cdd55b5e4ae7ef3158b17e7400d (patch)
treea2161c37536a314e71fcc4ab452ca168f9fd7f9d /include/grpcpp
parent6f4f17a3d084adccafc024c5331f0b556aaa6adc (diff)
clang-format
Diffstat (limited to 'include/grpcpp')
-rw-r--r--include/grpcpp/impl/codegen/completion_queue.h3
1 files changed, 2 insertions, 1 deletions
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.