git: 658a4399ea56 - stable/14 - ufs_acl.c: style

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Fri, 28 Mar 2025 00:46:14 UTC
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;