ladybird/Tests/LibGC
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
..
CMakeLists.txt LibGC: Add Swift bindings to the GC heap 2024-11-19 14:32:11 -07:00
module.modulemap LibGC: Add Swift bindings to the GC heap 2024-11-19 14:32:11 -07:00
TestGCBindings.swift LibGC: Add Swift bindings to the GC heap 2024-11-19 14:32:11 -07:00
TestHeap.cpp Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
TestHeap.h LibGC: Add Swift bindings to the GC heap 2024-11-19 14:32:11 -07:00
TestInterop.cpp LibGC: Add Swift bindings to the GC heap 2024-11-19 14:32:11 -07:00
TestInterop.h LibGC: Add Swift bindings to the GC heap 2024-11-19 14:32:11 -07:00