Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2023 00:51:29 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e00b30ba6e6a - stable/13 - libc/gen/_pthread_stubs.c: Remove stray whitespaces
Message-ID:  <202308270051.37R0pTda027510@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=e00b30ba6e6a7790a3e311b9fdf77980a69c0b86

commit e00b30ba6e6a7790a3e311b9fdf77980a69c0b86
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-08-20 22:32:43 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-08-27 00:50:17 +0000

    libc/gen/_pthread_stubs.c: Remove stray whitespaces
    
    (cherry picked from commit 89e17c6ea03f27dfe4734b024d807d12840db226)
---
 lib/libc/gen/_pthread_stubs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/libc/gen/_pthread_stubs.c b/lib/libc/gen/_pthread_stubs.c
index 25dfeb2cc270..34e420ec11f5 100644
--- a/lib/libc/gen/_pthread_stubs.c
+++ b/lib/libc/gen/_pthread_stubs.c
@@ -51,7 +51,7 @@ struct pthread {
 static struct pthread	main_thread;
 
 static int		stub_main(void);
-static void 		*stub_null(void);
+static void		*stub_null(void);
 static struct pthread	*stub_self(void);
 static int		stub_zero(void);
 static int		stub_fail(void);
@@ -242,7 +242,7 @@ STUB_FUNC2(pthread_mutexattr_getrobust, PJT_MUTEXATTR_GETROBUST, int, void *,
     int *)
 STUB_FUNC2(pthread_mutexattr_setrobust, PJT_MUTEXATTR_SETROBUST, int, void *,
     int)
-STUB_FUNC2(pthread_once, 	PJT_ONCE, int, void *, void *)
+STUB_FUNC2(pthread_once,	PJT_ONCE, int, void *, void *)
 STUB_FUNC1(pthread_rwlock_destroy, PJT_RWLOCK_DESTROY, int, void *)
 STUB_FUNC2(pthread_rwlock_init,	PJT_RWLOCK_INIT, int, void *, void *)
 STUB_FUNC1(pthread_rwlock_rdlock, PJT_RWLOCK_RDLOCK, int, void *)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308270051.37R0pTda027510>