aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/core_codegen.h
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-06-15 22:21:48 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-06-15 22:21:48 -0700
commit20bf126da605e3c765ddc494ce92de3a7ff32795 (patch)
tree402a64668ceedc1ce656a8cff4cd765b9864ee9e /include/grpc++/impl/codegen/core_codegen.h
parente44d53757a57c86c1a3e2019688093c66221f44f (diff)
clang-format
Diffstat (limited to 'include/grpc++/impl/codegen/core_codegen.h')
-rw-r--r--include/grpc++/impl/codegen/core_codegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/core_codegen.h b/include/grpc++/impl/codegen/core_codegen.h
index 6be46315e5..b0c4c57e66 100644
--- a/include/grpc++/impl/codegen/core_codegen.h
+++ b/include/grpc++/impl/codegen/core_codegen.h
@@ -68,7 +68,7 @@ class CoreCodegen : public CoreCodegenInterface {
void gpr_slice_unref(gpr_slice slice) GRPC_OVERRIDE;
gpr_slice gpr_slice_split_tail(gpr_slice* s, size_t split) GRPC_OVERRIDE;
void gpr_slice_buffer_add(gpr_slice_buffer* sb,
- gpr_slice slice) GRPC_OVERRIDE;
+ gpr_slice slice) GRPC_OVERRIDE;
void gpr_slice_buffer_pop(gpr_slice_buffer* sb) GRPC_OVERRIDE;
void grpc_metadata_array_init(grpc_metadata_array* array) GRPC_OVERRIDE;