]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs_vxfs: realign vxfs_compare() args to one per line
authorRalph Boehme <slow@samba.org>
Thu, 30 Apr 2020 09:48:41 +0000 (11:48 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 5 May 2020 19:18:38 +0000 (19:18 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_vxfs.c

index 5baa38568676f2b1ae71594bb03ab9176e5f3f73..5b865434d9d518576573ac50883219ac8bdd8b7d 100644 (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
  */
 
-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;