From: Pavel Filipenský Date: Fri, 24 Oct 2025 22:24:33 +0000 (+0200) Subject: vfs_recycle: Fix trailing whitespace in vfs_recycle.c X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5124acec34c20391cdfeb9d9005365047b7d7eee;p=thirdparty%2Fsamba.git vfs_recycle: Fix trailing whitespace in vfs_recycle.c BUG: https://bugzilla.samba.org/show_bug.cgi?id=15940 Signed-off-by: Pavel Filipenský Reviewed-by: Andreas Schneider --- diff --git a/source3/modules/vfs_recycle.c b/source3/modules/vfs_recycle.c index 9c0020a8dbe..057c1a1be66 100644 --- a/source3/modules/vfs_recycle.c +++ b/source3/modules/vfs_recycle.c @@ -363,9 +363,9 @@ static bool matchdirparam(const char **dir_exclude_list, char *path) return False; } - /* + /* * Walk the components of path, looking for matches with the - * exclude list on each component. + * exclude list on each component. */ for (startp = path; startp; startp = endp) {