]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:torture: Remove tailing spaces in forest_trust.c
authorAndreas Schneider <asn@samba.org>
Mon, 8 Jul 2024 09:40:51 +0000 (11:40 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 16 Jul 2024 11:41:33 +0000 (11:41 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source4/torture/rpc/forest_trust.c

index 0a09bb12da61ff54e5a8b8c00865ded35d5af1d4..1bd506204b28fd1d5d18fbf07283c247e62971a7 100644 (file)
@@ -288,7 +288,7 @@ static bool get_and_set_info(struct dcerpc_pipe *p,
                                              "%s but %s\n",
                                              nt_errstr(il[c].get_result),
                                              nt_errstr(qr.out.result));
-                       
+
                        /* We may be testing a server without support for this level */
                        if (qr.in.level == LSA_TRUSTED_DOMAIN_SUPPORTED_ENCRYPTION_TYPES && NT_STATUS_EQUAL(qr.out.result, NT_STATUS_INVALID_PARAMETER)) {
                                return true;