git: d231ca7fe394 - stable/13 - rtld_tls.h: style

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Sun, 11 Jun 2023 23:40:19 UTC
The branch stable/13 has been updated by kib:

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

commit d231ca7fe394c32bc8e2bb42949841245e8c912e
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-06-05 01:15:31 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-06-11 23:39:43 +0000

    rtld_tls.h: style
    
    (cherry picked from commit a7bca6949252f32bb39440cb2914ba23e1c01551)
---
 libexec/rtld-elf/rtld_tls.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/rtld-elf/rtld_tls.h b/libexec/rtld-elf/rtld_tls.h
index e150ad7f2613..01b26707159a 100644
--- a/libexec/rtld-elf/rtld_tls.h
+++ b/libexec/rtld-elf/rtld_tls.h
@@ -58,7 +58,7 @@
  * The value returned from this function is suitable for installing
  * directly into the thread pointer register.
  */
-void *_rtld_allocate_tls(void* oldtls, size_t tcbsize, size_t tcbalign)
+void *_rtld_allocate_tls(void *oldtls, size_t tcbsize, size_t tcbalign)
     __exported;
 
 /*