From: Andreas Schneider Date: Mon, 8 Jul 2024 09:40:51 +0000 (+0200) Subject: s4:torture: Remove tailing spaces in forest_trust.c X-Git-Tag: tdb-1.4.11~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd5e095e27824a4c8f68587ce3caadda0cbda6f2;p=thirdparty%2Fsamba.git s4:torture: Remove tailing spaces in forest_trust.c Signed-off-by: Andreas Schneider Reviewed-by: Guenther Deschner --- diff --git a/source4/torture/rpc/forest_trust.c b/source4/torture/rpc/forest_trust.c index 0a09bb12da6..1bd506204b2 100644 --- a/source4/torture/rpc/forest_trust.c +++ b/source4/torture/rpc/forest_trust.c @@ -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;