1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

vfs_vxfs: realign vxfs_compare() args to one per line

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Ralph Boehme 2020-04-30 11:48:41 +02:00 committed by Jeremy Allison
parent c893b9cd90
commit fdbb90a8e1

View File

@ -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 * 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_TYPE_T the_acl_type)
{ {
SMB_ACL_T existing_acl = NULL; SMB_ACL_T existing_acl = NULL;