aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/bitmap.h
diff options
context:
space:
mode:
authoraxc <axc@yandex-team.ru>2022-02-10 16:47:36 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:36 +0300
commit7b659037613268d5eac4a1b6a7c5eff3cd36d4bf (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /util/generic/bitmap.h
parent1f5217043ad70f25dc35e75b3bd261a1e23d045e (diff)
downloadydb-7b659037613268d5eac4a1b6a7c5eff3cd36d4bf.tar.gz
Restoring authorship annotation for <axc@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/generic/bitmap.h')
-rw-r--r--util/generic/bitmap.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/util/generic/bitmap.h b/util/generic/bitmap.h
index 6070ed939e..f77d182460 100644
--- a/util/generic/bitmap.h
+++ b/util/generic/bitmap.h
@@ -1000,14 +1000,14 @@ public:
return hash;
}
-
- inline const TChunk* GetChunks() const {
- return Mask.Data;
- }
-
+
+ inline const TChunk* GetChunks() const {
+ return Mask.Data;
+ }
+
constexpr size_t GetChunkCount() const noexcept {
- return Mask.GetChunkCapacity();
- }
+ return Mask.GetChunkCapacity();
+ }
};
template <class X, class Y>