]> 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 07:56:18 +0000 (07:56 +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 9b14efe04e43167371be7586cb1ff7299b73fdf7..d58232f80ba717e3bb50f5fd7d51d014cebc6c0e 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;