]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs_default: fix indentation
authorRalph Boehme <slow@samba.org>
Wed, 25 Nov 2020 06:04:31 +0000 (07:04 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 16 Dec 2020 09:08:30 +0000 (09:08 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_default.c

index 71b84dd5e07ff76d0310c8af772ea925c1d1be69..20bc4c3c0f1201db3fe592dacffbb235ba7f988b 100644 (file)
@@ -49,7 +49,7 @@
 
 static int vfswrap_connect(vfs_handle_struct *handle, const char *service, const char *user)
 {
-    return 0;    /* Return >= 0 for success */
+       return 0;    /* Return >= 0 for success */
 }
 
 static void vfswrap_disconnect(vfs_handle_struct *handle)