Fix format error

pull/19358/head
yunjiaw26 6 years ago committed by GitHub
parent 87bd0a080a
commit ddde5f65be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/iomgr/executor/mpmcqueue.cc

@ -45,7 +45,7 @@ inline void* InfLenFIFOQueue::PopFront() {
if (GRPC_TRACE_FLAG_ENABLED(thread_pool)) {
gpr_timespec wait_time =
gpr_time_sub(gpr_now(GPR_CLOCK_PRECISE), head_to_remove->insert_time);
gpr_time_sub(gpr_now(GPR_CLOCK_PRECISE), head_to_remove->insert_time);
// Updates Stats info
stats_.num_completed++;

Loading…
Cancel
Save