ladybird/Libraries
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
..
LibCompress Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
LibCore Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
LibCrypto Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
LibDiff
LibDNS
LibFileSystem Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
LibGC LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
LibGfx Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
LibHTTP
LibIDL LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
LibImageDecoderClient
LibIPC
LibJS Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
LibLine Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
LibMain
LibMedia Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
LibRegex LibRegex: Use the *actually* correct repeat start offset for Repeat 2024-12-23 13:13:52 +01:00
LibRequests Meta: Make pthread and mman available for all libraries on Windows 2024-12-18 05:55:58 +01:00
LibRIFF
LibSyntax
LibTest
LibTextCodec
LibThreading Meta: Make pthread and mman available for all libraries on Windows 2024-12-18 05:55:58 +01:00
LibTLS Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
LibUnicode
LibURL
LibWasm
LibWeb Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
LibWebSocket LibWebSocket: Use Crypto::fill_with_secure_random instead of PRNG 2024-12-24 17:54:52 +01:00
LibWebView Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
LibXML