aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common/channel_filter.h
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-11-30 14:03:58 -0800
committerGravatar Mark D. Roth <roth@google.com>2016-11-30 14:03:58 -0800
commit977f5d4e7dc8bdf21bda2e8b9a7a232f88de8e73 (patch)
tree3f2961ff10f18e15b210d5519d6eb83e4025c40c /src/cpp/common/channel_filter.h
parent0699fa03ec313b139ec432f3ac9e93a277ae8a40 (diff)
clang-format
Diffstat (limited to 'src/cpp/common/channel_filter.h')
-rw-r--r--src/cpp/common/channel_filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp/common/channel_filter.h b/src/cpp/common/channel_filter.h
index 6bda74b9be..107522ea04 100644
--- a/src/cpp/common/channel_filter.h
+++ b/src/cpp/common/channel_filter.h
@@ -287,7 +287,7 @@ class ChannelFilter final {
? grpc_transport_get_peer(exec_ctx, args->optional_transport)
: nullptr;
// Construct the object in the already-allocated memory.
- ChannelDataType* channel_data =
+ ChannelDataType *channel_data =
new (elem->channel_data) ChannelDataType(*args->channel_args, peer);
return channel_data->Init();
}