aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-08-12 10:06:51 +0200
committerStefan Boberg <[email protected]>2021-08-12 10:06:51 +0200
commit78d4a26232504b8b815acf267e76f5722e8ea74b (patch)
treeeddc6d5ad99793b229bb3d34384ae3d7d084b5ef
parentAdded {project}/oplog/{log}/{hash} endpoint (implemented by Matt Peters) (diff)
downloadzen-78d4a26232504b8b815acf267e76f5722e8ea74b.tar.xz
zen-78d4a26232504b8b815acf267e76f5722e8ea74b.zip
clang-format
-rw-r--r--zenstore/cidstore.cpp3
-rw-r--r--zenstore/filecas.cpp4
2 files changed, 4 insertions, 3 deletions
diff --git a/zenstore/cidstore.cpp b/zenstore/cidstore.cpp
index a89a8ac22..3460e1df2 100644
--- a/zenstore/cidstore.cpp
+++ b/zenstore/cidstore.cpp
@@ -84,7 +84,8 @@ CidStore::FindChunkByCid(const IoHash& DecompressedId)
return m_Impl->FindChunkByCid(DecompressedId);
}
-void CidStore::Flush()
+void
+CidStore::Flush()
{
m_Impl->Flush();
}
diff --git a/zenstore/filecas.cpp b/zenstore/filecas.cpp
index 737d3e517..3a31cfd00 100644
--- a/zenstore/filecas.cpp
+++ b/zenstore/filecas.cpp
@@ -284,9 +284,9 @@ FileCasStrategy::Flush()
{
// Since we don't keep files open after writing there's nothing specific
// to flush here.
- //
+ //
// Depending on what semantics we want Flush() to provide, it could be
- // argued that this should just flush the volume which we are using to
+ // argued that this should just flush the volume which we are using to
// store the CAS files on here?
}