1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 15:57:35 +00:00
serenity/Libraries/LibCompress
Linus Groh bbe787a0af Everywhere: Re-format with clang-format-11
Compared to version 10 this fixes a bunch of formatting issues, mostly
around structs/classes with attributes like [[gnu::packed]], and
incorrect insertion of spaces in parameter types ("T &"/"T &&").
I also removed a bunch of // clang-format off/on and FIXME comments that
are no longer relevant - on the other hand it tried to destroy a couple of
neatly formatted comments, so I had to add some as well.
2020-12-31 21:51:00 +01:00
..
CMakeLists.txt LibCompress: Implement gzip. 2020-08-30 09:56:10 +02:00
Deflate.cpp AK: Make binary_search signature more generic. 2020-12-30 02:13:30 +01:00
Deflate.h AK: Lower the requirements for InputStream::eof and rename it. 2020-09-14 20:58:12 +02:00
Gzip.cpp AK: Remove OutputMemoryStream for DuplexMemoryStream. 2020-09-15 20:36:45 +02:00
Gzip.h Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
Zlib.cpp LibCompress: Return Optional from decompress_all method. 2020-09-11 16:07:45 +02:00
Zlib.h LibCompress: Return Optional from decompress_all method. 2020-09-11 16:07:45 +02:00