aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/call_combiner.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-16 13:51:45 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-16 13:51:45 -0700
commitcdaf6d8e0660f83b708e4e73e90a4deaeab7ea2b (patch)
tree25a849ba310eb6a540e8e500a4305122520383c7 /src/core/lib/iomgr/call_combiner.cc
parent6014e8a945fa81fad7d0311a8a7cded0c2aaa827 (diff)
clang-format
Diffstat (limited to 'src/core/lib/iomgr/call_combiner.cc')
-rw-r--r--src/core/lib/iomgr/call_combiner.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/call_combiner.cc b/src/core/lib/iomgr/call_combiner.cc
index d36e2c5bef..48122d6b55 100644
--- a/src/core/lib/iomgr/call_combiner.cc
+++ b/src/core/lib/iomgr/call_combiner.cc
@@ -24,8 +24,7 @@
#include "src/core/lib/debug/stats.h"
#include "src/core/lib/profiling/timers.h"
-grpc_core::Tracer grpc_call_combiner_trace
- (false, "call_combiner");
+grpc_core::Tracer grpc_call_combiner_trace(false, "call_combiner");
static grpc_error* decode_cancel_state_error(gpr_atm cancel_state) {
if (cancel_state & 1) {