Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Aug 14, 2024
1 parent 616e635 commit 4f9e43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bitcoin/system/impl/machine/stack.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ inline bool stack<Container>::peek_signed(Integer& value) const NOEXCEPT
[&](const chunk_xptr& vary) NOEXCEPT
{
// This is never executed in standard scripts.
result = integer<Bytes>::from_chunk(value , *vary);
result = integer<Bytes>::from_chunk(value, *vary);
}
}, top());

Expand Down

0 comments on commit 4f9e43c

Please sign in to comment.