From: Ralph Boehme Date: Fri, 17 May 2019 09:23:17 +0000 (+0200) Subject: vfs_fruit: indentation fix X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=400b3c2f8c82b1defe1e321e0cdae486b930344f vfs_fruit: indentation fix Bug: https://bugzilla.samba.org/show_bug.cgi?id=13968 Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c index 0e2c07c5fd6f..3600a076c423 100644 --- a/source3/modules/vfs_fruit.c +++ b/source3/modules/vfs_fruit.c @@ -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;