From: Volker Lendecke Date: Wed, 29 Nov 2023 15:35:20 +0000 (+0100) Subject: lib: Fix some whitespace X-Git-Tag: talloc-2.4.2~275 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99c61fa85131af2d21d53dc0e949607833fb3a0c;p=thirdparty%2Fsamba.git lib: Fix some whitespace Signed-off-by: Volker Lendecke Reviewed-by: Guenther Deschner --- diff --git a/source3/lib/system_smbd.c b/source3/lib/system_smbd.c index 73bffe05f7a..4a14744f724 100644 --- a/source3/lib/system_smbd.c +++ b/source3/lib/system_smbd.c @@ -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 . */ -/* +/* This file may assume linkage with smbd - for things like become_root() - etc. + etc. */ #include "includes.h"