ladybird/Libraries/LibCompress
Timothy Flynn 27478ec7d4 Everywhere: Run clang-format
The following command was used to clang-format these files:

    clang-format-19 -i $(find . \
        -not \( -path "./\.*" -prune \) \
        -not \( -path "./Build/*" -prune \) \
        -not \( -path "./Toolchain/*" -prune \) \
        -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")
2024-12-28 05:39:32 -08:00
..
Brotli.cpp
Brotli.h Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
BrotliDictionary.cpp
BrotliDictionary.cpp.dict.bin
BrotliDictionary.h
CMakeLists.txt
Deflate.cpp LibCompress: Clean up #include directives 2024-11-20 15:17:31 +01:00
Deflate.h
DeflateTables.h
Forward.h
Gzip.cpp LibCompress: Clean up #include directives 2024-11-20 15:17:31 +01:00
Gzip.h LibCompress: Allow using GzipCompressor in a streaming fashion 2024-11-17 22:37:45 +01:00
Huffman.h
Lzma.cpp
Lzma.h
Lzma2.cpp
Lzma2.h
Lzw.h
PackBitsDecoder.cpp
PackBitsDecoder.h
Xz.cpp
Xz.h
Zlib.cpp LibCompress: Don't assume zlib header is available right away 2024-11-18 19:55:46 -05:00
Zlib.h LibCompress: Don't assume zlib header is available right away 2024-11-18 19:55:46 -05:00