From: Joel Rosdahl Date: Sun, 9 May 2021 18:39:15 +0000 (+0200) Subject: Re-add clang-format off/on for formatting bug X-Git-Tag: v4.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90bf1157e95ffa97cb4f71a8829fdae30032bac1;p=thirdparty%2Fccache.git Re-add clang-format off/on for formatting bug --- diff --git a/src/CacheEntryWriter.cpp b/src/CacheEntryWriter.cpp index 6c128e547..b93694767 100644 --- a/src/CacheEntryWriter.cpp +++ b/src/CacheEntryWriter.cpp @@ -24,8 +24,10 @@ CacheEntryWriter::CacheEntryWriter(FILE* stream, Compression::Type compression_type, int8_t compression_level, uint64_t payload_size) + // clang-format off : m_compressor( - Compressor::create_from_type(compression_type, stream, compression_level)) + Compressor::create_from_type(compression_type, stream, compression_level)) +// clang-format on { uint8_t header_bytes[15]; memcpy(header_bytes, magic, 4);