From: Volker Lendecke Date: Sun, 19 Oct 2025 10:02:14 +0000 (+0200) Subject: examples: Fix trailing whitespace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1309083d38deebfebd3608da652a775845f15e0;p=thirdparty%2Fsamba.git examples: Fix trailing whitespace Signed-off-by: Volker Lendecke Reviewed-by: Anoop C S --- diff --git a/examples/VFS/shadow_copy_test.c b/examples/VFS/shadow_copy_test.c index 157e576aaa0..d32ce0a6aff 100644 --- a/examples/VFS/shadow_copy_test.c +++ b/examples/VFS/shadow_copy_test.c @@ -1,4 +1,4 @@ -/* +/* * TEST implementation of an Shadow Copy module * * Copyright (C) Stefan Metzmacher 2003 @@ -8,12 +8,12 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ @@ -26,7 +26,7 @@ /* USE THIS MODULE ONLY FOR TESTING!!!! */ -/* +/* For this share Z:\ @@ -37,7 +37,7 @@ Z:\@GMT-2003.08.05-12.02.00\ e.g. - + Z:\testfile.txt Z:\@GMT-2003.08.05-12.02.00\testfile.txt @@ -48,7 +48,7 @@ Note: Files must differ to be displayed via Windows Explorer! - Directories are always displayed... + Directories are always displayed... */ static int test_get_shadow_copy_data(vfs_handle_struct *handle, @@ -58,10 +58,10 @@ static int test_get_shadow_copy_data(vfs_handle_struct *handle, { uint32_t num = 3; uint32_t i; - + shadow_copy_data->num_volumes = num; - - if (labels) { + + if (labels) { if (num) { shadow_copy_data->labels = talloc_zero_array(shadow_copy_data,SHADOW_COPY_LABEL,num); } else { diff --git a/examples/VFS/skel_opaque.c b/examples/VFS/skel_opaque.c index b5d688edcad..92574b30348 100644 --- a/examples/VFS/skel_opaque.c +++ b/examples/VFS/skel_opaque.c @@ -1,4 +1,4 @@ -/* +/* * Skeleton VFS module. Implements dummy versions of all VFS * functions. * @@ -11,12 +11,12 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ @@ -25,7 +25,7 @@ #include "lib/util/tevent_unix.h" #include "lib/util/tevent_ntstatus.h" -/* PLEASE,PLEASE READ THE VFS MODULES CHAPTER OF THE +/* PLEASE,PLEASE READ THE VFS MODULES CHAPTER OF THE SAMBA DEVELOPERS GUIDE!!!!!! */ diff --git a/examples/VFS/skel_transparent.c b/examples/VFS/skel_transparent.c index 5564f07a7a5..c28963fa5dd 100644 --- a/examples/VFS/skel_transparent.c +++ b/examples/VFS/skel_transparent.c @@ -1,4 +1,4 @@ -/* +/* * Skeleton VFS module. Implements passthrough operation of all VFS * calls to disk functions. * @@ -11,12 +11,12 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ @@ -25,7 +25,7 @@ #include "lib/util/tevent_unix.h" #include "lib/util/tevent_ntstatus.h" -/* PLEASE,PLEASE READ THE VFS MODULES CHAPTER OF THE +/* PLEASE,PLEASE READ THE VFS MODULES CHAPTER OF THE SAMBA DEVELOPERS GUIDE!!!!!! */