From: Ralph Boehme Date: Wed, 25 Nov 2020 06:04:31 +0000 (+0100) Subject: vfs_default: fix indentation X-Git-Tag: samba-4.14.0rc1~399 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11e2a8562f8e15c2c24e54cf108bb7beb98852fd;p=thirdparty%2Fsamba.git vfs_default: fix indentation Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c index 71b84dd5e07..20bc4c3c0f1 100644 --- a/source3/modules/vfs_default.c +++ b/source3/modules/vfs_default.c @@ -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)