From: Jo Sutton Date: Wed, 24 Apr 2024 00:34:36 +0000 (+1200) Subject: s4:libnet: Remove trailing whitespace X-Git-Tag: tdb-1.4.11~660 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=33ed55ce8f58f5b833a0554fb719441a98f93a47;p=thirdparty%2Fsamba.git s4:libnet: Remove trailing whitespace Signed-off-by: Jo Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/libnet/libnet_export_keytab.c b/source4/libnet/libnet_export_keytab.c index 76299eb2c38..69b47c8834f 100644 --- a/source4/libnet/libnet_export_keytab.c +++ b/source4/libnet/libnet_export_keytab.c @@ -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); diff --git a/source4/libnet/libnet_export_keytab.h b/source4/libnet/libnet_export_keytab.h index 70aa88800cf..117d2121806 100644 --- a/source4/libnet/libnet_export_keytab.h +++ b/source4/libnet/libnet_export_keytab.h @@ -1,18 +1,18 @@ -/* +/* Unix SMB/CIFS implementation. Copyright (C) Andrew Bartlett 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 . */