]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
heimdal_build: Fix whitespace
authorVolker Lendecke <vl@samba.org>
Mon, 29 Apr 2024 11:11:36 +0000 (13:11 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 24 Jun 2024 16:21:32 +0000 (16:21 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
third_party/heimdal_build/hdb-glue.c
third_party/heimdal_build/kafs.h
third_party/heimdal_build/krb5-glue.c
third_party/heimdal_build/replace.c

index 405874f13f3c69922c40eb8eaf9a4add395add66..f0b2efb3dd64a2e1eb6b519aefadbd8c28ddc684 100644 (file)
@@ -1,20 +1,20 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
 
    provide glue functions between heimdal and samba
 
    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/>.
 */
@@ -26,4 +26,3 @@ hdb_sqlite_create(krb5_context context, HDB **db, const char *argument)
 {
        return EINVAL;
 }
-
index bf2e02894aa8e440625c577e4c8c8405e389e308..1c212e84859064d93f2c76f2ddb26e5d358b68a1 100644 (file)
@@ -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;
index b2143aca746397cb1df58bf26d4d4d7347d06157..357c63a183a115f2b0ba0781951e61b355c164c7 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 */
index 3e43f3fc561341fe76a00e6c91b045d5776d9be2..1a4d9ac3740f14b4198ebffa7aec3cfbe612f677 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 */