From e0416f7428351bf9589a83a264fd31e58ae538d8 Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Fri, 12 Apr 2024 08:52:36 -0500 Subject: [PATCH] Use MacOS 14 CI --- libs/core/lock_registration/src/register_locks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core/lock_registration/src/register_locks.cpp b/libs/core/lock_registration/src/register_locks.cpp index 5106165347ed..03a6e3a0ffcf 100644 --- a/libs/core/lock_registration/src/register_locks.cpp +++ b/libs/core/lock_registration/src/register_locks.cpp @@ -123,7 +123,7 @@ namespace hpx::util { static bool set_ignore_all_locks(bool enable) { - bool& val= get_held_locks().data_->ignore_all_locks_; + bool& val = get_held_locks().data_->ignore_all_locks_; if (val != enable) { val = enable;