aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpshared.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-06-10 17:47:10 +0200
committerStefan Boberg <[email protected]>2022-06-10 17:47:10 +0200
commit55126af1a371da7e749797a61d8c7a2d09f92ebf (patch)
tree4cebaef734fdf572da90202e070d21e54f1c5218 /zenhttp/httpshared.cpp
parentfixed Linux build issue (diff)
downloadzen-55126af1a371da7e749797a61d8c7a2d09f92ebf.tar.xz
zen-55126af1a371da7e749797a61d8c7a2d09f92ebf.zip
clang-format fix
Diffstat (limited to 'zenhttp/httpshared.cpp')
-rw-r--r--zenhttp/httpshared.cpp4
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));