From 859fa2cd657b44f2bc2f3bde625ac6f6298b29a2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 14 Oct 2024 15:42:25 +0200 Subject: Fix whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- process.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/process.c b/process.c index c91c00d..0189f56 100644 --- a/process.c +++ b/process.c @@ -273,14 +273,14 @@ __attribute__((__constructor__)) static int have_sha_intrinsics(void) { - static volatile int ret = -1; - static volatile atomic_flag spinlock = ATOMIC_FLAG_INIT; + static volatile int ret = -1; + static volatile atomic_flag spinlock = ATOMIC_FLAG_INIT; int a, b, c, d; if (ret != -1) return ret; - while (atomic_flag_test_and_set(&spinlock)); + while (atomic_flag_test_and_set(&spinlock)); if (ret != -1) goto out; -- cgit v1.2.3-70-g09d2