Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2021 12:39:26 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: 8c51479a6e90 - stable/13 - Style
Message-ID:  <202108121239.17CCdQtN058945@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=8c51479a6e903855c4b4073b6827eb7694f824f4

commit 8c51479a6e903855c4b4073b6827eb7694f824f4
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-08-02 21:05:11 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-08-12 12:37:54 +0000

    Style
    
    (cherry picked from commit 2d319ebe5c08f3454c4e76564b88fb921f008185)
---
 lib/libc/include/compat.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/libc/include/compat.h b/lib/libc/include/compat.h
index 72823366c33a..ccb92c0fd930 100644
--- a/lib/libc/include/compat.h
+++ b/lib/libc/include/compat.h
@@ -37,7 +37,7 @@
 #ifndef __LIBC_COMPAT_H__
 #define	__LIBC_COMPAT_H__
 
-#define	__sym_compat(sym,impl,verid)	\
+#define	__sym_compat(sym, impl, verid)	\
 	.symver impl, sym@verid
 
 #ifndef NO_COMPAT7
@@ -74,7 +74,7 @@ __sym_compat(kevent, freebsd11_kevent, FBSD_1.0);
 #define	__weak_reference(sym,alias)	\
 	.weak	alias;.equ	alias,sym
 
-__weak_reference(__sys_fcntl,__fcntl_compat)
+__weak_reference(__sys_fcntl, __fcntl_compat)
 
 #undef __weak_reference
 



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