From a905b3f269a07600e1c07308a1b24e51eb9b61f4 Mon Sep 17 00:00:00 2001 From: Noah Goldstein Date: Wed, 30 Mar 2022 14:02:02 -0500 Subject: [PATCH v1 2/4] clang-format pthread_self.c --- nptl/pthread_self.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nptl/pthread_self.c b/nptl/pthread_self.c index dac847f656..c9537a358e 100644 --- a/nptl/pthread_self.c +++ b/nptl/pthread_self.c @@ -23,5 +23,4 @@ __pthread_self (void) { return (pthread_t) THREAD_SELF; } -libc_hidden_def (__pthread_self) -weak_alias (__pthread_self, pthread_self) +libc_hidden_def (__pthread_self) weak_alias (__pthread_self, pthread_self) -- 2.25.1