Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2025 00:46:14 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: 658a4399ea56 - stable/14 - ufs_acl.c: style
Message-ID:  <202503280046.52S0kE7g060939@gitrepo.freebsd.org>

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

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

commit 658a4399ea56ea9531719628b546abdad9702b47
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-03-20 18:09:09 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-03-28 00:32:28 +0000

    ufs_acl.c: style
    
    (cherry picked from commit d7352b2d57e9fe4b9cfb6ae61fd7cdd18851cdd3)
---
 sys/ufs/ufs/ufs_acl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/ufs/ufs/ufs_acl.c b/sys/ufs/ufs/ufs_acl.c
index 6fad085daea1..49bd686a0d96 100644
--- a/sys/ufs/ufs/ufs_acl.c
+++ b/sys/ufs/ufs/ufs_acl.c
@@ -642,7 +642,7 @@ ufs_aclcheck_posix1e(struct vop_aclcheck_args *ap)
 	 * to this kind of object.
 	 * Rely on the acl_posix1e_check() routine to verify the contents.
 	 */
-	switch(ap->a_type) {
+	switch (ap->a_type) {
 	case ACL_TYPE_ACCESS:
 		break;
 



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