Skip to content

Commit

Permalink
Use MacOS 14 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Apr 12, 2024
1 parent fdd1bce commit e0416f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/lock_registration/src/register_locks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e0416f7

Please sign in to comment.