]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs_fruit: indentation fix
authorRalph Boehme <slow@samba.org>
Fri, 17 May 2019 09:23:17 +0000 (11:23 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 21 Jun 2019 07:56:18 +0000 (07:56 +0000)
Bug: https://bugzilla.samba.org/show_bug.cgi?id=13968

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 400b3c2f8c82b1defe1e321e0cdae486b930344f)

source3/modules/vfs_fruit.c

index e2dd07bff2fed68cd2275bf2ec402c6fa8bfbe01..e3402d22082b7ed1bc08c2c5b1cd9912529ad7b5 100644 (file)
@@ -1702,7 +1702,7 @@ static ssize_t ad_read_rsrc_xattr(vfs_handle_struct *handle,
 
 static ssize_t ad_read_rsrc_adouble(vfs_handle_struct *handle,
                                    struct adouble *ad,
-                               const struct smb_filename *smb_fname)
+                                   const struct smb_filename *smb_fname)
 {
        SMB_STRUCT_STAT sbuf;
        char *p_ad = NULL;
@@ -1771,7 +1771,7 @@ static ssize_t ad_read_rsrc_adouble(vfs_handle_struct *handle,
  **/
 static ssize_t ad_read_rsrc(vfs_handle_struct *handle,
                            struct adouble *ad,
-                       const struct smb_filename *smb_fname)
+                           const struct smb_filename *smb_fname)
 {
        struct fruit_config_data *config = NULL;
        ssize_t len;