From ec31dbabb2178819f10e1dec8f2ae9b2ba551ab1 Mon Sep 17 00:00:00 2001 From: snow Date: Thu, 10 Feb 2022 16:49:51 +0300 Subject: Restoring authorship annotation for . Commit 2 of 2. --- util/system/filemap.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'util') diff --git a/util/system/filemap.h b/util/system/filemap.h index f42c0943896..11be64bff47 100644 --- a/util/system/filemap.h +++ b/util/system/filemap.h @@ -168,14 +168,14 @@ public: void Precharge(size_t pos = 0, size_t size = (size_t)-1) const; - void SetSequential() { - Map_.SetSequential(); - } - - void Evict() { - Map_.Evict(); - } - + void SetSequential() { + Map_.SetSequential(); + } + + void Evict() { + Map_.Evict(); + } + private: void Flush(void* ptr, size_t size, bool sync); -- cgit v1.3