diff options
| author | Stefan Boberg <[email protected]> | 2021-10-15 11:25:16 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-10-15 11:25:35 +0200 |
| commit | 01de07426c9d923c8c0b4ef7272b5b822399c4a7 (patch) | |
| tree | a6ea0eda7316864ab63721bd10f642ad5ad57da8 /zenstore/filecas.cpp | |
| parent | httpasio: implemented proper handling of query strings (diff) | |
| download | zen-01de07426c9d923c8c0b4ef7272b5b822399c4a7.tar.xz zen-01de07426c9d923c8c0b4ef7272b5b822399c4a7.zip | |
clang-format
Diffstat (limited to 'zenstore/filecas.cpp')
| -rw-r--r-- | zenstore/filecas.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zenstore/filecas.cpp b/zenstore/filecas.cpp index f69ed6bdb..f928f5c21 100644 --- a/zenstore/filecas.cpp +++ b/zenstore/filecas.cpp @@ -137,10 +137,10 @@ FileCasStrategy::InsertChunk(IoBuffer Chunk, const IoHash& ChunkHash) } else if (hRes == HRESULT_FROM_WIN32(ERROR_SHARING_VIOLATION)) { - // Sharing violation, likely because we are trying to open a file - // which has been renamed on another thread, and the file handle - // used to rename it is still open. We handle this case below - // instead of here + // Sharing violation, likely because we are trying to open a file + // which has been renamed on another thread, and the file handle + // used to rename it is still open. We handle this case below + // instead of here } else { |