aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/error.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/error.cc
parent6014e8a945fa81fad7d0311a8a7cded0c2aaa827 (diff)
clang-format
Diffstat (limited to 'src/core/lib/iomgr/error.cc')
-rw-r--r--src/core/lib/iomgr/error.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/error.cc b/src/core/lib/iomgr/error.cc
index cbb27f442e..578d35764f 100644
--- a/src/core/lib/iomgr/error.cc
+++ b/src/core/lib/iomgr/error.cc
@@ -38,8 +38,7 @@
#include "src/core/lib/slice/slice_internal.h"
#ifndef NDEBUG
-grpc_core::Tracer grpc_trace_error_refcount
- (false, "error_refcount");
+grpc_core::Tracer grpc_trace_error_refcount(false, "error_refcount");
#endif
static const char *error_int_name(grpc_error_ints key) {