From 40036e99fc252de1dcaf9cc72a33a34e39b91b65 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 24 Apr 2025 09:20:16 +0200 Subject: all: format with clang-format-20 The tests began to fail after pushing the new env container. --- executor/executor_darwin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/executor_darwin.h') diff --git a/executor/executor_darwin.h b/executor/executor_darwin.h index 76b939fcf..bb7956c20 100644 --- a/executor/executor_darwin.h +++ b/executor/executor_darwin.h @@ -118,6 +118,6 @@ static void cover_collect(cover_t* cov) { struct ksancov_trace* trace = (struct ksancov_trace*)cov->data; cov->size = ksancov_trace_head(trace); - cov->data_offset = ((int64_t) & (trace->pcs)) - ((int64_t)(cov->data)); + cov->data_offset = ((int64_t)&(trace->pcs)) - ((int64_t)(cov->data)); cov->pc_offset = trace->offset; } -- cgit mrf-deployment