aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-08-03 10:48:30 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-08-03 10:48:30 -0700
commit00e9c3bb3bfd6ef556dbee92ba982ea71238af40 (patch)
tree4cf7871898c19421aa2414f976d3606d9d95f6d2 /src
parent3b4f99549db1ef93b67c4fca97d1ed84c1cd0825 (diff)
clang-format
Diffstat (limited to 'src')
-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 b7861b40f0..3fbacd824c 100644
--- a/src/cpp/common/channel_filter.h
+++ b/src/cpp/common/channel_filter.h
@@ -311,7 +311,7 @@ class ChannelFilter GRPC_FINAL {
static void DestroyCallElement(grpc_exec_ctx *exec_ctx,
grpc_call_element *elem,
- const grpc_call_final_info* final_info,
+ const grpc_call_final_info *final_info,
void *and_free_memory) {
reinterpret_cast<CallDataType *>(elem->call_data)->~CallDataType();
}