vfs_fruit: indentation fix
authorRalph Boehme <slow@samba.org>
Fri, 17 May 2019 09:23:17 +0000 (11:23 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 30 May 2019 20:19:26 +0000 (20:19 +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>
source3/modules/vfs_fruit.c

index 0e2c07c5fd6fb0512b347bbd04968119063ec07c..3600a076c4237e7a9b09256a1697c126c36394cd 100644 (file)
@@ -1704,7 +1704,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;
@@ -1773,7 +1773,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;