vfs_fruit: indentation fix
authorRalph Boehme <slow@samba.org>
Fri, 17 May 2019 09:23:17 +0000 (11:23 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 30 May 2019 20:19:26 +0000 (20:19 +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>
source3/modules/vfs_fruit.c

index eabdcc30c4db4de34ef127605336e1df60f4985a..6c691a99e648a7c7daeb10060320fd153e7795e4 100644 (file)
@@ -1515,7 +1515,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;