aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/common/channel_filter_test.cc
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-12-14 12:39:03 -0800
committerGravatar Mark D. Roth <roth@google.com>2016-12-14 12:39:03 -0800
commit13f35746426b9dcca3d751b3f7f298859ae18936 (patch)
tree510dde3ac4d54ab7608f9d0658148111fef0c029 /test/cpp/common/channel_filter_test.cc
parentd118da943f027fafc8a29b9fcfb40b89d7742921 (diff)
clang-format
Diffstat (limited to 'test/cpp/common/channel_filter_test.cc')
-rw-r--r--test/cpp/common/channel_filter_test.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/cpp/common/channel_filter_test.cc b/test/cpp/common/channel_filter_test.cc
index 0859cc024b..32246a4b76 100644
--- a/test/cpp/common/channel_filter_test.cc
+++ b/test/cpp/common/channel_filter_test.cc
@@ -43,8 +43,8 @@ class MyChannelData : public ChannelData {
public:
MyChannelData() {}
- grpc_error *Init(grpc_exec_ctx *exec_ctx, grpc_channel_element_args *args)
- override {
+ grpc_error* Init(grpc_exec_ctx* exec_ctx,
+ grpc_channel_element_args* args) override {
(void)args->channel_args; // Make sure field is available.
return GRPC_ERROR_NONE;
}
@@ -54,8 +54,8 @@ class MyCallData : public CallData {
public:
MyCallData() {}
- grpc_error *Init(grpc_exec_ctx *exec_ctx, ChannelData *channel_data,
- grpc_call_element_args *args) override {
+ grpc_error* Init(grpc_exec_ctx* exec_ctx, ChannelData* channel_data,
+ grpc_call_element_args* args) override {
(void)args->path; // Make sure field is available.
return GRPC_ERROR_NONE;
}