ladybird/Libraries/LibWeb/EventTiming
Timothy Flynn ea32502947 Everywhere: Run clang-format
The following command was used to clang-format these files:

    clang-format-21 -i $(find . \
        -not \( -path "./\.*" -prune \) \
        -not \( -path "./Build/*" -prune \) \
        -not \( -path "./Toolchain/*" -prune \) \
        -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")
2026-02-18 08:02:45 -05:00
..
PerformanceEventTiming.cpp Everywhere: Run clang-format 2026-02-18 08:02:45 -05:00
PerformanceEventTiming.h Everywhere: Run clang-format 2026-02-18 08:02:45 -05:00
PerformanceEventTiming.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00