]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix some whitespace
authorVolker Lendecke <vl@samba.org>
Wed, 22 Oct 2025 09:15:08 +0000 (11:15 +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>
source3/smbd/dfree.c
source3/smbd/vfs.c

index 919cf04286e36de6e1824432d721a8711ecde267..b5ade95177c5e3f60e2d71b1bda796074b61449e 100644 (file)
@@ -1,18 +1,18 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
    functions to calculate the free disk space
    Copyright (C) Andrew Tridgell 1998
-   
+
    This program is free software; you can redistribute it and/or modify
    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/>.
 */
index 0faa3c87692e4d21f0163f047ae9cd90c1254b67..da7181db1d7c859b19e0da4466ae0ff5dc4d84c6 100644 (file)
@@ -82,7 +82,7 @@ NTSTATUS smb_register_vfs(int version, const char *name,
                DEBUG(0, ("Failed to register vfs module.\n"
                          "The module was compiled against SMB_VFS_INTERFACE_VERSION %d,\n"
                          "current SMB_VFS_INTERFACE_VERSION is %d.\n"
-                         "Please recompile against the current Samba Version!\n",  
+                         "Please recompile against the current Samba Version!\n",
                          version, SMB_VFS_INTERFACE_VERSION));
                return NT_STATUS_OBJECT_TYPE_MISMATCH;
        }
@@ -1478,7 +1478,7 @@ int smb_vfs_call_get_shadow_copy_data(struct vfs_handle_struct *handle,
                                      bool labels)
 {
        VFS_FIND(get_shadow_copy_data);
-       return handle->fns->get_shadow_copy_data_fn(handle, fsp, 
+       return handle->fns->get_shadow_copy_data_fn(handle, fsp,
                                                    shadow_copy_data,
                                                    labels);
 }
@@ -2480,7 +2480,7 @@ NTSTATUS smb_vfs_call_fset_nt_acl(struct vfs_handle_struct *handle,
                                  const struct security_descriptor *psd)
 {
        VFS_FIND(fset_nt_acl);
-       return handle->fns->fset_nt_acl_fn(handle, fsp, security_info_sent, 
+       return handle->fns->fset_nt_acl_fn(handle, fsp, security_info_sent,
                                           psd);
 }
 
@@ -2495,7 +2495,7 @@ SMB_ACL_T smb_vfs_call_sys_acl_get_fd(struct vfs_handle_struct *handle,
 
 int smb_vfs_call_sys_acl_blob_get_fd(struct vfs_handle_struct *handle,
                                     struct files_struct *fsp,
-                                    TALLOC_CTX *mem_ctx, 
+                                    TALLOC_CTX *mem_ctx,
                                     char **blob_description,
                                     DATA_BLOB *blob)
 {