From: Volker Lendecke Date: Tue, 8 Apr 2025 09:46:38 +0000 (+0200) Subject: lib: Fix whitespace X-Git-Tag: tevent-0.17.0~178 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a33cf4c3e7eb808cb5825d92ab59c00fef31be29;p=thirdparty%2Fsamba.git lib: Fix whitespace Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher --- diff --git a/lib/tdb_wrap/tdb_wrap.h b/lib/tdb_wrap/tdb_wrap.h index de7e332bdb9..877d10a8e1c 100644 --- a/lib/tdb_wrap/tdb_wrap.h +++ b/lib/tdb_wrap/tdb_wrap.h @@ -1,20 +1,20 @@ -/* +/* Unix SMB/CIFS implementation. database wrap headers Copyright (C) Andrew Tridgell 2004 - + 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 . */