ladybird/Libraries/LibWeb/DOMURL
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
..
DOMURL.cpp LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
DOMURL.h LibURL+LibWeb: Make URL::serialize return a String 2024-12-04 16:34:13 +00:00
DOMURL.idl
URLSearchParams.cpp Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
URLSearchParams.h
URLSearchParams.idl
URLSearchParamsIterator.cpp
URLSearchParamsIterator.h