aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/completion_queue.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-05 07:14:58 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-05 07:14:58 -0700
commitce40de58da69dc5fb1569d4dca934ef7eea4d3b1 (patch)
treea5f6cea76723eb3e8878dfcc55c18c6b2f786d25 /include/grpc++/completion_queue.h
parentc091d5f4cde41d97b75dafb44a1e6708e007922b (diff)
clang-format
Diffstat (limited to 'include/grpc++/completion_queue.h')
-rw-r--r--include/grpc++/completion_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/completion_queue.h b/include/grpc++/completion_queue.h
index 0490073937..a3e7a9c9f4 100644
--- a/include/grpc++/completion_queue.h
+++ b/include/grpc++/completion_queue.h
@@ -95,7 +95,7 @@ class CompletionQueue : public GrpcLibrary {
// Nonblocking (until deadline) read from queue.
// Cannot rely on result of tag or ok if return is TIMEOUT
- template<typename T>
+ template <typename T>
NextStatus AsyncNext(void** tag, bool* ok, const T& deadline) {
TimePoint<T> deadline_tp(deadline);
return AsyncNextInternal(tag, ok, deadline_tp.raw_time());