From: Ralph Boehme Date: Fri, 17 May 2019 09:23:17 +0000 (+0200) Subject: vfs_fruit: indentation fix X-Git-Tag: ldb-2.0.5~551 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=400b3c2f8c82b1defe1e321e0cdae486b930344f;p=thirdparty%2Fsamba.git 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 0e2c07c5fd6..3600a076c42 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;