diff options
Diffstat (limited to 'src/core/channel/channel_args.h')
-rw-r--r-- | src/core/channel/channel_args.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/channel/channel_args.h b/src/core/channel/channel_args.h index 1a6be91359..480cc9aec2 100644 --- a/src/core/channel/channel_args.h +++ b/src/core/channel/channel_args.h @@ -75,9 +75,7 @@ grpc_channel_args *grpc_channel_args_set_compression_algorithm( * modified to point to the returned instance (which may be different from the * input value of \a a). */ grpc_channel_args *grpc_channel_args_compression_algorithm_set_state( - grpc_channel_args **a, - grpc_compression_algorithm algorithm, - int enabled); + grpc_channel_args **a, grpc_compression_algorithm algorithm, int enabled); /** Returns the bitset representing the support state (true for enabled, false * for disabled) for compression algorithms. |