diff options
| author | Stefan Boberg <[email protected]> | 2022-06-10 17:47:10 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2022-06-10 17:47:10 +0200 |
| commit | 55126af1a371da7e749797a61d8c7a2d09f92ebf (patch) | |
| tree | 4cebaef734fdf572da90202e070d21e54f1c5218 /zenhttp/httpshared.cpp | |
| parent | fixed Linux build issue (diff) | |
| download | zen-55126af1a371da7e749797a61d8c7a2d09f92ebf.tar.xz zen-55126af1a371da7e749797a61d8c7a2d09f92ebf.zip | |
clang-format fix
Diffstat (limited to 'zenhttp/httpshared.cpp')
| -rw-r--r-- | zenhttp/httpshared.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zenhttp/httpshared.cpp b/zenhttp/httpshared.cpp index f4dbb6240..769b5e3f3 100644 --- a/zenhttp/httpshared.cpp +++ b/zenhttp/httpshared.cpp @@ -86,8 +86,8 @@ FormatPackageMessage(const CbPackage& Data, FormatFlags Flags) *RefHdr++ = LocalRef; memcpy(RefHdr, Path8.data(), Path8.size()); - *AttachmentInfo++ = {.PayloadSize = RefBuffer.GetSize(), - .Flags = (IsCompressed ? uint32_t(CbAttachmentEntry::kIsCompressed) : 0u) | CbAttachmentEntry::kIsLocalRef, + *AttachmentInfo++ = {.PayloadSize = RefBuffer.GetSize(), + .Flags = (IsCompressed ? uint32_t(CbAttachmentEntry::kIsCompressed) : 0u) | CbAttachmentEntry::kIsLocalRef, .AttachmentHash = AttachmentHash}; ResponseBuffers.push_back(std::move(RefBuffer)); |