diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-04-24 09:20:16 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-04-24 08:05:31 +0000 |
| commit | 40036e99fc252de1dcaf9cc72a33a34e39b91b65 (patch) | |
| tree | 0a9e1bcda99e39444a192abd14332d51920cd326 /executor/executor_darwin.h | |
| parent | 84ca98f9e1bb10f2e754c5fb8e5cc9c58ac6c276 (diff) | |
all: format with clang-format-20
The tests began to fail after pushing the new env container.
Diffstat (limited to 'executor/executor_darwin.h')
| -rw-r--r-- | executor/executor_darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
