From 5ccce854954e807e51966b3db9388bf20284b949 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Tue, 19 May 2026 09:18:20 +0200 Subject: Fix/check load inconsistencies (#2267) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove redundant new line in multi-line outputs * check_load: Fix missing brace in output * check_load: rename function to properly indicate purpose * check_load: show the correct amount of procs * check_load: allow execution without parameters --------- Co-authored-by: Lorenz Kästle --- lib/output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/output.c b/lib/output.c index 54d505d9..3c04d63d 100644 --- a/lib/output.c +++ b/lib/output.c @@ -420,7 +420,7 @@ static inline char *fmt_subcheck_output(mp_output_format output_format, mp_subch // add the rest (if any) if (have_residual_chars) { char *tmp = check.output; - xasprintf(&check.output, "%s\n%s%s", intermediate_string, + xasprintf(&check.output, "%s%s%s", intermediate_string, generate_indentation_string(indentation + 1), tmp); } else { check.output = intermediate_string; -- cgit v1.2.3-74-g34f1