git: d7352b2d57e9 - main - ufs_acl.c: style
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Mar 2025 23:40:39 UTC
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=d7352b2d57e9fe4b9cfb6ae61fd7cdd18851cdd3 commit d7352b2d57e9fe4b9cfb6ae61fd7cdd18851cdd3 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2025-03-20 18:09:09 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-03-21 23:39:57 +0000 ufs_acl.c: style Sponsored by: The FreeBSD Foundation MFC after: 1 week --- 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;