]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tls: Fix whitespace
authorVolker Lendecke <vl@samba.org>
Mon, 4 Aug 2025 11:40:17 +0000 (13:40 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 2 Sep 2025 08:08:28 +0000 (08:08 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source4/lib/tls/tls.h

index d835491140212287d97ca1dcabdeed4622a6f160..a0272d6423d0ae2683be8090248921dbb2aa94fb 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 */