From f3934fb9d0930b152d59a5a080f8695d069b35ca Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 29 Apr 2024 13:11:36 +0200 Subject: [PATCH] heimdal_build: Fix whitespace Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- third_party/heimdal_build/hdb-glue.c | 9 ++++----- third_party/heimdal_build/kafs.h | 2 +- third_party/heimdal_build/krb5-glue.c | 8 ++++---- third_party/heimdal_build/replace.c | 10 +++++----- 4 files changed, 14 insertions(+), 15 deletions(-) diff --git a/third_party/heimdal_build/hdb-glue.c b/third_party/heimdal_build/hdb-glue.c index 405874f13f3..f0b2efb3dd6 100644 --- a/third_party/heimdal_build/hdb-glue.c +++ b/third_party/heimdal_build/hdb-glue.c @@ -1,20 +1,20 @@ -/* +/* Unix SMB/CIFS implementation. provide glue functions between heimdal and samba 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 . */ @@ -26,4 +26,3 @@ hdb_sqlite_create(krb5_context context, HDB **db, const char *argument) { return EINVAL; } - diff --git a/third_party/heimdal_build/kafs.h b/third_party/heimdal_build/kafs.h index bf2e02894aa..1c212e84859 100644 --- a/third_party/heimdal_build/kafs.h +++ b/third_party/heimdal_build/kafs.h @@ -25,7 +25,7 @@ krb5_error_code krb5_afslog (krb5_context context, krb5_const_realm realm); krb5_error_code krb5_afslog (krb5_context context, - krb5_ccache id, + krb5_ccache id, const char *cell, krb5_const_realm realm) { return 0; diff --git a/third_party/heimdal_build/krb5-glue.c b/third_party/heimdal_build/krb5-glue.c index b2143aca746..357c63a183a 100644 --- a/third_party/heimdal_build/krb5-glue.c +++ b/third_party/heimdal_build/krb5-glue.c @@ -1,20 +1,20 @@ -/* +/* Unix SMB/CIFS implementation. provide glue functions between heimdal and samba 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 . */ diff --git a/third_party/heimdal_build/replace.c b/third_party/heimdal_build/replace.c index 3e43f3fc561..1a4d9ac3740 100644 --- a/third_party/heimdal_build/replace.c +++ b/third_party/heimdal_build/replace.c @@ -1,21 +1,21 @@ -/* +/* Unix SMB/CIFS implementation. - some replacement functions for parts of roken that don't fit easily into + some replacement functions for parts of roken that don't fit easily into our build system 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 . */ -- 2.47.3