From 9a57633233d902ebb11ad7e33673285ab5aaf56c Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 17 Jun 2015 10:21:49 -0700 Subject: clang-format affected files --- src/core/channel/client_setup.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/core/channel') diff --git a/src/core/channel/client_setup.c b/src/core/channel/client_setup.c index 42ee23d87f..a804a4712c 100644 --- a/src/core/channel/client_setup.c +++ b/src/core/channel/client_setup.c @@ -83,9 +83,7 @@ static void destroy_setup(grpc_client_setup *s) { gpr_free(s); } -static void destroy_request(grpc_client_setup_request *r) { - gpr_free(r); -} +static void destroy_request(grpc_client_setup_request *r) { gpr_free(r); } /* initiate handshaking */ static void setup_initiate(grpc_transport_setup *sp) { -- cgit v1.2.3