From e6faf15a1aa2351e5569c46eb8d362fa277db481 Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Mon, 9 Oct 2023 18:00:15 +0100 Subject: [PATCH] Formatting --- src/memuse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/memuse.h b/src/memuse.h index 0a63b41331..5883e68684 100644 --- a/src/memuse.h +++ b/src/memuse.h @@ -50,8 +50,8 @@ void memuse_log_allocation(const char *label, void *ptr, int allocated, * * @param memptr pointer to the memory that will leak. */ -__attribute__((always_inline)) inline void swift_ignore_leak(const void - *memptr) { +__attribute__((always_inline)) inline void swift_ignore_leak( + const void *memptr) { __lsan_ignore_object(memptr); } #else -- GitLab