aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-28 17:18:03 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-28 17:18:03 -0700
commiteff4419b2a33777072cd7846650f552cb7c5e509 (patch)
tree1f34aaa935c779b5f9d6fc382895851b8ac5a863 /include
parent061f7d9c86c0d0573470d1860190eb53c36b28fd (diff)
Fixes
Diffstat (limited to 'include')
-rw-r--r--include/grpc/support/slice_buffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grpc/support/slice_buffer.h b/include/grpc/support/slice_buffer.h
index f3f14a6aa0..e4f296c32a 100644
--- a/include/grpc/support/slice_buffer.h
+++ b/include/grpc/support/slice_buffer.h
@@ -87,7 +87,8 @@ void gpr_slice_buffer_swap(gpr_slice_buffer *a, gpr_slice_buffer *b);
/* move all of the elements of src into dst */
void gpr_slice_buffer_move_into(gpr_slice_buffer *src, gpr_slice_buffer *dst);
/* remove n bytes from the end of a slice buffer */
-void gpr_slice_buffer_trim_end(gpr_slice_buffer *src, size_t n, gpr_slice_buffer *garbage);
+void gpr_slice_buffer_trim_end(gpr_slice_buffer *src, size_t n,
+ gpr_slice_buffer *garbage);
#ifdef __cplusplus
}