From: Volker Lendecke Date: Mon, 4 Aug 2025 11:40:17 +0000 (+0200) Subject: tls: Fix whitespace X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a70d64db5b23cba864980d5c7b77a517551a7188;p=thirdparty%2Fsamba.git tls: Fix whitespace Signed-off-by: Volker Lendecke Reviewed-by: Anoop C S --- diff --git a/source4/lib/tls/tls.h b/source4/lib/tls/tls.h index d8354911402..a0272d6423d 100644 --- a/source4/lib/tls/tls.h +++ b/source4/lib/tls/tls.h @@ -1,20 +1,20 @@ -/* +/* Unix SMB/CIFS implementation. transport layer security handling code Copyright (C) Andrew Tridgell 2005 - + 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 . */