1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-08 04:59:37 +02:00

btrfs-tree: fix whitespace and const

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
Zygo Blaxell
2021-12-25 13:34:25 -05:00
Ursprung d5de012a17
Commit ded5bf0148
+1 -2
Datei anzeigen
@@ -131,7 +131,6 @@ namespace crucible {
}
uint64_t
BtrfsTreeItem::inode_size() const
{
THROW_CHECK1(invalid_argument, btrfs_search_type_ntoa(m_type), m_type == BTRFS_INODE_ITEM_KEY);
@@ -433,7 +432,7 @@ namespace crucible {
do {
assert(sk.max_offset == s_max_logical);
sk.do_ioctl(fd());
for (auto &i : sk.m_result) {
for (const auto &i : sk.m_result) {
if (hdr_match(i)) {
return i;
}