aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/thd_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/support/thd_test.c')
-rw-r--r--test/core/support/thd_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/support/thd_test.c b/test/core/support/thd_test.c
index 7232cd9f5b..faba33c5e8 100644
--- a/test/core/support/thd_test.c
+++ b/test/core/support/thd_test.c
@@ -60,7 +60,7 @@ static void thd_body(void *v) {
gpr_mu_unlock(&t->mu);
}
-static void thd_body_joinable(void *v) { }
+static void thd_body_joinable(void *v) {}
/* Test that we can create a number of threads and wait for them. */
static void test(void) {