LibWeb: Run clang-format

We mistakenly did not add the clang-format linter to the new repo's CI,
and some unformatted code made its way into the repo.
This commit is contained in:
Timothy Flynn 2024-06-16 12:47:35 -04:00 committed by Tim Flynn
parent fbc42e7d42
commit 06ed0dfcc1
Notes: sideshowbarker 2024-07-18 22:57:59 +09:00
6 changed files with 28 additions and 28 deletions

View file

@ -2889,7 +2889,6 @@ bool readable_byte_stream_controller_should_call_pull(ReadableByteStreamControll
return false;
}
// NON-STANDARD: Can be used instead of CreateReadableStream in cases where we need to set up a newly allocated
// ReadableStream before initialization of said ReadableStream, i.e. ReadableStream is captured by lambdas in an uninitialized state.
// Spec steps are taken from: https://streams.spec.whatwg.org/#create-readable-stream