]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs_recycle: Fix trailing whitespace in vfs_recycle.c
authorPavel Filipenský <pfilipensky@samba.org>
Fri, 24 Oct 2025 22:24:33 +0000 (00:24 +0200)
committerPavel Filipensky <pfilipensky@samba.org>
Tue, 4 Nov 2025 10:27:42 +0000 (10:27 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15940

Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/modules/vfs_recycle.c

index 9c0020a8dbe02b1a4da55d47cc4f45adc76e1487..057c1a1be66490ebebee38bf90477c8d86da4be1 100644 (file)
@@ -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) {