]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
examples: Fix trailing whitespace
authorVolker Lendecke <vl@samba.org>
Sun, 19 Oct 2025 10:02:14 +0000 (12:02 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 10 Nov 2025 13:29:30 +0000 (13:29 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
examples/VFS/shadow_copy_test.c
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c

index 157e576aaa07c6357b0654c237bc72762bdf2a88..d32ce0a6aff897e994b60833503f4feea1c43e96 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
@@ -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 {
index b5d688edcad96cb7eed80c4d7b655b3829947d10..92574b30348d106e23eeda5acebffebb0d6c186a 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * Skeleton VFS module.  Implements dummy versions of all VFS
  * functions.
  *
  * 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 <http://www.gnu.org/licenses/>.
  */
@@ -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!!!!!!
  */
 
index 5564f07a7a5f279250b02ed4a6e0fd3b92d665fc..c28963fa5dd856b9927af6823310daead58ff9ec 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * Skeleton VFS module.  Implements passthrough operation of all VFS
  * calls to disk functions.
  *
  * 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 <http://www.gnu.org/licenses/>.
  */
@@ -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!!!!!!
  */