From 782cdf85ed53a5d1adf14654682fc77221a2d4cd Mon Sep 17 00:00:00 2001 From: Noah Goldstein Date: Wed, 30 Mar 2022 14:02:22 -0500 Subject: [PATCH v1 3/4] clang-format pthread_yield.c --- nptl/pthread_yield.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nptl/pthread_yield.c b/nptl/pthread_yield.c index e80227028c..f299eacc49 100644 --- a/nptl/pthread_yield.c +++ b/nptl/pthread_yield.c @@ -19,7 +19,7 @@ #include #include -#if OTHER_SHLIB_COMPAT (libpthread, GLIBC_2_2, GLIBC_2_34) +#if OTHER_SHLIB_COMPAT(libpthread, GLIBC_2_2, GLIBC_2_34) int attribute_compat_text_section __pthread_yield (void) { -- 2.25.1