]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs_fruit: indentation fix
authorRalph Boehme <slow@samba.org>
Fri, 17 May 2019 09:23:17 +0000 (11:23 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 21 Jun 2019 06:49:30 +0000 (06:49 +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>
(cherry picked from commit 47721d8d359ef78b8dd4f77f92c30c2caf2c4a80)

source3/modules/vfs_fruit.c

index fab361164ac731ef485af2c916a74d1efe899ebb..1e9ab4f615f526bd425dffd996dc1cab2447cc47 100644 (file)
@@ -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;