1
0
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:
Zygo Blaxell
2021-12-19 14:51:53 -05:00
parent 6d6686eb5b
commit a83c68eb18
2 changed files with 7 additions and 6 deletions

View File

@ -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;