vfs_fruit: indentation fix
[metze/samba/wip.git] / 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;