Skip to content

Commit 85b8ea8

Browse files
committed
Whitespace.
1 parent daf5792 commit 85b8ea8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/bitcoin/database/tables/schema.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ struct transaction
9494
sizeof(uint32_t) +
9595
schema::index + // inputs count
9696
schema::index + // outputs count
97-
schema::ins_ + // first contiguous input (point)
97+
schema::ins_ + // first contiguous input (point)
9898
schema::outs_; // first contiguous output (put)
9999
static constexpr size_t minrow = pk + sk + minsize;
100100
static constexpr size_t size = minsize;

0 commit comments

Comments
 (0)