lib: Fix some whitespace
authorVolker Lendecke <vl@samba.org>
Wed, 29 Nov 2023 15:35:20 +0000 (16:35 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 19 Dec 2023 16:05:36 +0000 (16:05 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/lib/system_smbd.c

index 73bffe05f7a05b51bb1a1c2a67171d4f885a12f7..4a14744f724785cef289a99430c60f76f51ad139 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
    system call wrapper interface.
    Copyright (C) Andrew Tridgell 2002
@@ -8,19 +8,19 @@
    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/>.
 */
 
-/* 
+/*
    This file may assume linkage with smbd - for things like become_root()
-   etc. 
+   etc.
 */
 
 #include "includes.h"