aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-11-11 01:14:39 +0000
committerGravatar Craig Tiller <ctiller@google.com>2015-11-11 01:14:39 +0000
commit82e249b8165dbe2ddb6d76bf938a677d85341a8f (patch)
treeb9cb982e819b7a95703f03acdda1aedd5558e133 /test/core/end2end/fixtures
parent575b4200a72dfdb081fb8c9063cad8d94841dd16 (diff)
Small fixes
Diffstat (limited to 'test/core/end2end/fixtures')
-rw-r--r--test/core/end2end/fixtures/proxy.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/core/end2end/fixtures/proxy.c b/test/core/end2end/fixtures/proxy.c
index b793358653..434e75dd15 100644
--- a/test/core/end2end/fixtures/proxy.c
+++ b/test/core/end2end/fixtures/proxy.c
@@ -157,9 +157,7 @@ static void unrefpc(proxy_call *pc, const char *reason) {
}
}
-static void refpc(proxy_call *pc, const char *reason) {
- gpr_ref(&pc->refs);
-}
+static void refpc(proxy_call *pc, const char *reason) { gpr_ref(&pc->refs); }
static void on_c2p_sent_initial_metadata(void *arg, int success) {
proxy_call *pc = arg;