summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-05-17 11:23:17 +0200
committerKarolin Seeger <kseeger@samba.org>2019-06-21 07:56:18 +0000
commit9ae195e4bd8cf49a59af14e22f01896610a77e7e (patch)
tree2034fc12d36eebb478af6b72856443e406870900
parentb4c6efa3ebd717abab502f9a5891e47750c653e5 (diff)
downloadsamba-9ae195e4bd8cf49a59af14e22f01896610a77e7e.tar.gz
vfs_fruit: indentation fix
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 47721d8d359ef78b8dd4f77f92c30c2caf2c4a80)
-rw-r--r--source3/modules/vfs_fruit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c
index 9b14efe04e4..d58232f80ba 100644
--- a/source3/modules/vfs_fruit.c
+++ b/source3/modules/vfs_fruit.c
@@ -1513,7 +1513,7 @@ done:
**/
static ssize_t ad_read_meta(vfs_handle_struct *handle,
struct adouble *ad,
- const struct smb_filename *smb_fname)
+ const struct smb_filename *smb_fname)
{
int rc = 0;
ssize_t ealen;