]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Fix trailing whitespace
authorVolker Lendecke <vl@samba.org>
Wed, 30 Oct 2024 09:54:12 +0000 (10:54 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 11 Nov 2024 14:03:03 +0000 (14:03 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
libcli/cldap/cldap.h
source4/torture/ldap/netlogon.c

index a919b016e7cb37e147785bb434fdbba5200b6dfe..8c90de5a821c28d0d0f11586990f0a5f97a62b95 100644 (file)
@@ -93,7 +93,7 @@ NTSTATUS cldap_error_reply(struct cldap_socket *cldap,
                           const char *errormessage);
 
 /*
-  a netlogon cldap request  
+  a netlogon cldap request
 */
 struct cldap_netlogon {
        struct {
@@ -130,4 +130,3 @@ NTSTATUS cldap_netlogon_reply(struct cldap_socket *cldap,
                              struct tsocket_address *dst,
                              uint32_t version,
                              struct netlogon_samlogon_response *netlogon);
-
index 564e18712716af28c459cde090eb44a400ab2826..f27d50028604f385b4cde381cfa2ce221a9af6f1 100644 (file)
@@ -1,24 +1,24 @@
-/* 
+/*
    Unix SMB/CIFS Implementation.
 
    test CLDAP/LDAP netlogon operations
-   
+
    Copyright (C) Andrew Tridgell 2005
    Copyright (C) Matthias Dieter Wallnöfer 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/>.
-   
+
 */
 
 #include "includes.h"
@@ -315,7 +315,7 @@ static bool test_ldap_netlogon_flags(struct torture_context *tctx,
        if (n1.ntver == NETLOGON_NT_VERSION_5)
                server_type = n1.data.nt5.server_type;
        else if (n1.ntver == NETLOGON_NT_VERSION_5EX)
-               server_type = n1.data.nt5_ex.server_type;       
+               server_type = n1.data.nt5_ex.server_type;
 
        printf("The word is: %i\n", server_type);
        if (server_type & NBT_SERVER_PDC)