mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibJS: run clang-format on all the files
This commit is contained in:
parent
30519c22f6
commit
8bd9f7e50e
Notes:
sideshowbarker
2024-07-19 06:58:55 +09:00
Author: https://github.com/emanuele6
Commit: 8bd9f7e50e
Pull-request: https://github.com/SerenityOS/serenity/pull/2098
Reviewed-by: https://github.com/awesomekling
8 changed files with 25 additions and 25 deletions
|
@ -198,7 +198,7 @@ Cell* Heap::cell_from_possible_pointer(FlatPtr pointer)
|
|||
|
||||
class MarkingVisitor final : public Cell::Visitor {
|
||||
public:
|
||||
MarkingVisitor() {}
|
||||
MarkingVisitor() { }
|
||||
|
||||
virtual void visit_impl(Cell* cell)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue