From fdbb90a8e1018d309ae2a283b87b77d4055421a7 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Thu, 30 Apr 2020 11:48:41 +0200 Subject: [PATCH] vfs_vxfs: realign vxfs_compare() args to one per line Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- source3/modules/vfs_vxfs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source3/modules/vfs_vxfs.c b/source3/modules/vfs_vxfs.c index 5baa3856867..5b865434d9d 100644 --- a/source3/modules/vfs_vxfs.c +++ b/source3/modules/vfs_vxfs.c @@ -396,7 +396,9 @@ static bool vxfs_compare_acls(char *e_buf, char *n_buf, int n_count, * 6. Else need to set New ACL */ -static bool vxfs_compare(connection_struct *conn, char *name, SMB_ACL_T the_acl, +static bool vxfs_compare(connection_struct *conn, + char *name, + SMB_ACL_T the_acl, SMB_ACL_TYPE_T the_acl_type) { SMB_ACL_T existing_acl = NULL; -- 2.47.3