git: b76c89cb3377 - stable/13 - rtld-elf/libmap.h: style declarations

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Sun, 25 Sep 2022 11:19:00 UTC
The branch stable/13 has been updated by kib:

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

commit b76c89cb3377039e31553808011b259d3b1d6b48
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-09-18 22:06:33 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-09-25 11:18:25 +0000

    rtld-elf/libmap.h: style declarations
    
    (cherry picked from commit 1fd4dec26e6e31cfe14c849d3b88d8f37560a70d)
---
 libexec/rtld-elf/libmap.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libexec/rtld-elf/libmap.h b/libexec/rtld-elf/libmap.h
index 6eeed43be05d..2998b7b27cc9 100644
--- a/libexec/rtld-elf/libmap.h
+++ b/libexec/rtld-elf/libmap.h
@@ -6,8 +6,8 @@
 #define	LIBMAP_H
 
 int	lm_init(const char *);
-void	lm_fini (void);
-char *	lm_find (const char *, const char *);
-char *	lm_findn (const char *, const char *, const size_t);
+void	lm_fini(void);
+char	*lm_find(const char *, const char *);
+char	*lm_findn(const char *, const char *, const size_t);
 
 #endif