aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/bitmap.h
diff options
context:
space:
mode:
authoraxc <axc@yandex-team.ru>2022-02-10 16:47:35 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:35 +0300
commit1f5217043ad70f25dc35e75b3bd261a1e23d045e (patch)
tree11bf68c1fa5272d3d3446cbd5a0ff96ed9d75788 /util/generic/bitmap.h
parent69505a07cbb096113e85aa02e7d136cac4aa826c (diff)
downloadydb-1f5217043ad70f25dc35e75b3bd261a1e23d045e.tar.gz
Restoring authorship annotation for <axc@yandex-team.ru>. Commit 1 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 f77d182460..6070ed939e 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>