mirror of
https://github.com/Zygo/bees.git
synced 2025-06-17 01:56:16 +02:00
bees: style cleanups: const, size_t, symbolic names
No functional changes. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -805,7 +805,7 @@ class BeesResolver {
|
||||
BeesAddress m_addr;
|
||||
vector<BtrfsInodeOffsetRoot> m_biors;
|
||||
set<BeesFileRange> m_ranges;
|
||||
unsigned m_bior_count;
|
||||
size_t m_bior_count;
|
||||
|
||||
// We found matching data, so we can dedupe
|
||||
bool m_found_data = false;
|
||||
|
Reference in New Issue
Block a user