aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/completion_queue.h
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-12-05 13:59:09 -0800
committerGravatar Vijay Pai <vpai@google.com>2016-12-05 13:59:09 -0800
commitbf24dd9e51f433aec60fbef24ee68496829277b1 (patch)
treebacd56cda46f0a2452cea5bd5d4fb40886541c79 /include/grpc++/impl/codegen/completion_queue.h
parentcbe159925005d6f71e891792d593b51263ac6b76 (diff)
clang-format
Diffstat (limited to 'include/grpc++/impl/codegen/completion_queue.h')
-rw-r--r--include/grpc++/impl/codegen/completion_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/completion_queue.h b/include/grpc++/impl/codegen/completion_queue.h
index a9bb98edd9..75e73ee1f4 100644
--- a/include/grpc++/impl/codegen/completion_queue.h
+++ b/include/grpc++/impl/codegen/completion_queue.h
@@ -102,7 +102,7 @@ class CompletionQueue : private GrpcLibraryCodegen {
/// instance.
CompletionQueue() {
cq_ = g_core_codegen_interface->grpc_completion_queue_create(nullptr);
- RegisterAvalanching(); // reserve this for the future shutdown
+ RegisterAvalanching(); // reserve this for the future shutdown
}
/// Wrap \a take, taking ownership of the instance.