From: Volker Lendecke Date: Sat, 25 May 2024 10:17:46 +0000 (+0200) Subject: smbd: Fix whitespace X-Git-Tag: tdb-1.4.11~488 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc2b2350b94cbfc53628852026f68f71f09607e6;p=thirdparty%2Fsamba.git smbd: Fix whitespace Signed-off-by: Volker Lendecke Reviewed-by: Andrew Bartlett --- diff --git a/source3/smbd/srvstr.c b/source3/smbd/srvstr.c index 5298ea735b3..43135560eb6 100644 --- a/source3/smbd/srvstr.c +++ b/source3/smbd/srvstr.c @@ -1,19 +1,19 @@ -/* +/* Unix SMB/CIFS implementation. server specific string routines Copyright (C) Andrew Tridgell 2001 Copyright (C) Andrew Bartlett 2003 - + 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 . */