mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
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")
This commit is contained in:
@@ -211,7 +211,7 @@ WebIDL::ExceptionOr<void> HTMLVideoElement::determine_element_poster_frame(Optio
|
||||
});
|
||||
|
||||
VERIFY(response->body());
|
||||
auto empty_algorithm = GC::create_function(heap(), [](JS::Value) {});
|
||||
auto empty_algorithm = GC::create_function(heap(), [](JS::Value) { });
|
||||
|
||||
response->body()->fully_read(realm, on_image_data_read, empty_algorithm, GC::Ref { global });
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user