aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/thd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/support/thd.c')
-rw-r--r--src/core/support/thd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/support/thd.c b/src/core/support/thd.c
index ec308f3119..32c0db5b66 100644
--- a/src/core/support/thd.c
+++ b/src/core/support/thd.c
@@ -37,9 +37,7 @@
#include <grpc/support/thd.h>
-enum {
- GPR_THD_JOINABLE = 1
-};
+enum { GPR_THD_JOINABLE = 1 };
gpr_thd_options gpr_thd_options_default(void) {
gpr_thd_options options;