Update formatting and documentation.

This commit is contained in:
Simon
2016-09-07 19:39:33 -07:00
parent ca0ec80b4c
commit 61ea2abaf5
3 changed files with 19 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ void AsyncRPCQueue::run(size_t workerId) {
}
// Exit if the queue is empty and we are finishing up
if ( isFinishing() && operation_id_queue_.empty() ) {
if (isFinishing() && operation_id_queue_.empty()) {
break;
}