aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-17 10:21:49 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-17 10:21:49 -0700
commit9a57633233d902ebb11ad7e33673285ab5aaf56c (patch)
tree94111ea72766c4ed6f9ca2c3ddb4d6de704f2fb5 /src/core/channel
parentdc8567dab340f02bccdf4195f9d01c81d18d92c8 (diff)
clang-format affected files
Diffstat (limited to 'src/core/channel')
-rw-r--r--src/core/channel/client_setup.c4
1 files changed, 1 insertions, 3 deletions
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) {