s4:kdc: Remove trailing spaces in hdb-samba4.c
authorAndreas Schneider <asn@samba.org>
Wed, 26 Jan 2022 07:43:41 +0000 (08:43 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 28 Jan 2022 12:36:34 +0000 (12:36 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14960

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/kdc/hdb-samba4.c

index c0ec4bd3cd8449ea9c5b7029ab18f5a5259c1a86..7477c0f9c114831d9d94b1167d64b7ebc6c8ef16 100644 (file)
@@ -486,12 +486,12 @@ static void send_bad_password_netlogon(TALLOC_CTX *mem_ctx,
 
        req.in.validation_level = 3;
 
-       /* 
+       /*
         * The memory in identity_info and user_info only needs to be
         * valid until the end of this function call, as it will be
-        * pushed to NDR during this call 
+        * pushed to NDR during this call
         */
-       
+
        dcerpc_winbind_SamLogon_r_send(mem_ctx, kdc_db_ctx->ev_ctx,
                                       irpc_handle, &req);
 }