aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@google.com>2018-06-07 13:02:48 -0700
committerGravatar Noah Eisen <ncteisen@google.com>2018-06-07 13:02:48 -0700
commitea424b88fa8ed07df27cb51d07b8dafc9110a9ec (patch)
tree6b2d19a62edcfeaae4be3c880513b58cbf1c59cf /src/core/lib/surface
parentd23739eda3081a274fad4f3a6af400fbca39dee1 (diff)
clang fmt
Diffstat (limited to 'src/core/lib/surface')
-rw-r--r--src/core/lib/surface/call.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/surface/call.cc b/src/core/lib/surface/call.cc
index 2e7d9360a9..807ab7ae43 100644
--- a/src/core/lib/surface/call.cc
+++ b/src/core/lib/surface/call.cc
@@ -1262,7 +1262,8 @@ static void post_batch_completion(batch_control* bctl) {
}
if (call->channel != nullptr) {
- grpc_core::channelz::Channel* channelz_channel = grpc_channel_get_channelz_channel_node(call->channel);
+ grpc_core::channelz::Channel* channelz_channel =
+ grpc_channel_get_channelz_channel_node(call->channel);
if (*call->final_op.client.status != GRPC_STATUS_OK) {
channelz_channel->RecordCallFailed();
} else {
@@ -1270,7 +1271,6 @@ static void post_batch_completion(batch_control* bctl) {
}
}
-
GRPC_ERROR_UNREF(error);
error = GRPC_ERROR_NONE;
}