]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:libnet: Remove trailing whitespace
authorJo Sutton <josutton@catalyst.net.nz>
Wed, 24 Apr 2024 00:34:36 +0000 (12:34 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 16 May 2024 02:11:36 +0000 (02:11 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/libnet/libnet_export_keytab.c
source4/libnet/libnet_export_keytab.h

index 76299eb2c38acaa900695fb3c12598bb6b27713c..69b47c8834f02b0ef8a568784b53f5534a6400f0 100644 (file)
@@ -89,7 +89,7 @@ static NTSTATUS sdb_kt_copy(TALLOC_CTX *mem_ctx,
                        status = NT_STATUS_NO_MEMORY;
                        goto done;
                }
-               
+
                code = krb5_unparse_name(context,
                                         sentry.principal,
                                         &entry_principal);
index 70aa88800cfcab23ea311fad354673e03f9a3bf3..117d2121806bdc8b891d3dd2c1c57ddc0654da65 100644 (file)
@@ -1,18 +1,18 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
 
    Copyright (C) Andrew Bartlett <abartlet@samba.org> 2009
-   
+
    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/>.
 */