aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/byte_stream.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-16 19:42:09 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-16 19:42:09 -0800
commita3f298ff67e8ee3ada117de136ea2469a146dc5e (patch)
tree89a2a09193d37eb327dbf9bcd13d2bf87419f2f5 /src/core/transport/byte_stream.h
parent8a09593639e797e609d7044e8230c2c2a73fcdcc (diff)
clang-format
Diffstat (limited to 'src/core/transport/byte_stream.h')
-rw-r--r--src/core/transport/byte_stream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/transport/byte_stream.h b/src/core/transport/byte_stream.h
index 558147f6f0..5f2fe573e8 100644
--- a/src/core/transport/byte_stream.h
+++ b/src/core/transport/byte_stream.h
@@ -72,7 +72,8 @@ int grpc_byte_stream_next(grpc_exec_ctx *exec_ctx,
grpc_byte_stream *byte_stream, gpr_slice *slice,
size_t max_size_hint, grpc_closure *on_complete);
-void grpc_byte_stream_destroy(grpc_exec_ctx *exec_ctx, grpc_byte_stream *byte_stream);
+void grpc_byte_stream_destroy(grpc_exec_ctx *exec_ctx,
+ grpc_byte_stream *byte_stream);
/* grpc_byte_stream that wraps a slice buffer */
typedef struct grpc_slice_buffer_stream {