Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Aug 3, 2016
1 parent 3b4f995 commit 00e9c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/common/channel_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 00e9c3b

Please sign in to comment.