Skip to content

Commit 2c17b17

Browse files
committed
Style.
1 parent 66d8aa3 commit 2c17b17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/utreexo/utreexo.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ constexpr bool is_root_position(uint64_t position, uint64_t leaves,
133133

134134
constexpr uint64_t remove_bit(uint64_t value, size_t bit) NOEXCEPT
135135
{
136-
const auto lo = mask_right<uint64_t>(add1(bit));
137136
const auto hi = unmask_right<uint64_t>(bit);
137+
const auto lo = mask_right<uint64_t>(add1(bit));
138138
return bit_or(shift_right(bit_and(value, lo)), bit_and(value, hi));
139139
}
140140

0 commit comments

Comments
 (0)