From 11e2a8562f8e15c2c24e54cf108bb7beb98852fd Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Wed, 25 Nov 2020 07:04:31 +0100 Subject: [PATCH] vfs_default: fix indentation Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- source3/modules/vfs_default.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3