Skip to content

Commit 3b2fe39

Browse files
committed
Whitespace/style.
1 parent 5e3b161 commit 3b2fe39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/bitcoin/database/impl/primitives/hashhead.ipp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ inline Link CLASS::top(const Link& index) const NOEXCEPT
134134
// Reads full padded word.
135135
// xcode clang++16 does not support C++20 std::atomic_ref.
136136
////const std::atomic_ref<integer> head(unsafe_byte_cast<integer>(raw));
137-
const auto& head =* pointer_cast<std::atomic<integer>>(raw);
137+
const auto& head = *pointer_cast<std::atomic<integer>>(raw);
138138
return head.load(std::memory_order_acquire);
139139
}
140140
else

0 commit comments

Comments
 (0)