Skip to content
Snippets Groups Projects
Commit cce1f5a0 authored by Yash Tibrewal's avatar Yash Tibrewal
Browse files

Clang format

parent 1ae439e3
No related branches found
No related tags found
No related merge requests found
...@@ -93,9 +93,9 @@ void LogicalThread::DrainQueue() { ...@@ -93,9 +93,9 @@ void LogicalThread::DrainQueue() {
} }
#ifndef NDEBUG #ifndef NDEBUG
if (GRPC_TRACE_FLAG_ENABLED(grpc_logical_thread_trace)) { if (GRPC_TRACE_FLAG_ENABLED(grpc_logical_thread_trace)) {
gpr_log(GPR_INFO, " Running item %p : callback scheduled at [%s:%d]", gpr_log(GPR_INFO,
cb_wrapper, cb_wrapper->location.file(), " Running item %p : callback scheduled at [%s:%d]", cb_wrapper,
cb_wrapper->location.line()); cb_wrapper->location.file(), cb_wrapper->location.line());
} }
#endif #endif
cb_wrapper->callback(); cb_wrapper->callback();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment