ladybird/Services
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
..
ImageDecoder LibGfx+LibWeb: Do some color management on images with an ICC profile 2024-12-05 17:16:41 +01:00
RequestServer RequestServer: Clean up the CURLM "multi handle" when client drops 2024-12-25 19:14:45 +01:00
WebContent LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
WebDriver Meta: Add a --debug-process option to WPT.sh 2024-12-20 23:42:02 +01:00
WebWorker Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
CMakeLists.txt Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00