Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
vjpai committed Dec 5, 2016
1 parent cbe1599 commit bf24dd9
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/grpc++/impl/codegen/completion_queue.h
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion src/cpp/server/server_cc.cc
Original file line number Diff line number Diff line change
@@ -575,7 +575,7 @@ ServerInterface::BaseAsyncRequest::BaseAsyncRequest(
tag_(tag),
delete_on_finalize_(delete_on_finalize),
call_(nullptr) {
call_cq_->RegisterAvalanching(); // This op will trigger more ops
call_cq_->RegisterAvalanching(); // This op will trigger more ops
memset(&initial_metadata_array_, 0, sizeof(initial_metadata_array_));
}

0 comments on commit bf24dd9

Please sign in to comment.