aboutsummaryrefslogtreecommitdiff
path: root/zenstore/include
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-12-09 17:02:21 +0100
committerPer Larsson <[email protected]>2021-12-09 17:02:21 +0100
commit7232c5b126028ef859977d7a2a65fe9ca7b7300f (patch)
treebfaa76f874ae65279b76f82a9eeb39075321b672 /zenstore/include
parentMerged main. (diff)
downloadzen-7232c5b126028ef859977d7a2a65fe9ca7b7300f.tar.xz
zen-7232c5b126028ef859977d7a2a65fe9ca7b7300f.zip
Format fix.
Diffstat (limited to 'zenstore/include')
-rw-r--r--zenstore/include/zenstore/caslog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/zenstore/include/zenstore/caslog.h b/zenstore/include/zenstore/caslog.h
index bb9d07726..9b2ef574c 100644
--- a/zenstore/include/zenstore/caslog.h
+++ b/zenstore/include/zenstore/caslog.h
@@ -22,11 +22,11 @@ public:
CasLogFile();
~CasLogFile();
- void Open(std::filesystem::path FileName, size_t RecordSize, bool isCreate);
- void Append(const void* DataPointer, uint64_t DataSize);
- void Replay(std::function<void(const void*)>&& Handler);
- void Flush();
- void Close();
+ void Open(std::filesystem::path FileName, size_t RecordSize, bool isCreate);
+ void Append(const void* DataPointer, uint64_t DataSize);
+ void Replay(std::function<void(const void*)>&& Handler);
+ void Flush();
+ void Close();
uint64_t GetLogSize();
private: