aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/channel.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-12-08 14:11:47 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-12-08 14:11:47 -0800
commitf658bf0e1ba017038267246a42bd980ce0f9033d (patch)
tree83f9c56d4e97b0b40e94c91768ec83abd47badf6 /src/core/lib/surface/channel.h
parent35e34915423bde8a4273f1837700442e2b698c67 (diff)
Start resolving memory issues in C++ metadata
Diffstat (limited to 'src/core/lib/surface/channel.h')
-rw-r--r--src/core/lib/surface/channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/surface/channel.h b/src/core/lib/surface/channel.h
index 0ac04b6b58..3a441d7add 100644
--- a/src/core/lib/surface/channel.h
+++ b/src/core/lib/surface/channel.h
@@ -63,8 +63,8 @@ grpc_channel_stack *grpc_channel_get_channel_stack(grpc_channel *channel);
The returned elem is owned by the caller. */
grpc_mdelem grpc_channel_get_reffed_status_elem(grpc_exec_ctx *exec_ctx,
- grpc_channel *channel,
- int status_code);
+ grpc_channel *channel,
+ int status_code);
#ifdef GRPC_STREAM_REFCOUNT_DEBUG
void grpc_channel_internal_ref(grpc_channel *channel, const char *reason);