mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 09:56:45 +02:00
Meta+Applications: Make clang-format-10 clean
This commit is contained in:
committed by
Andreas Kling
parent
8940bc3503
commit
9ef1461ec9
Notes:
sideshowbarker
2024-07-19 02:14:59 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/9ef1461ec9c Pull-request: https://github.com/SerenityOS/serenity/pull/3541 Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/linusg
@@ -35,7 +35,7 @@
|
||||
|
||||
class PagemapPaintingDelegate final : public GUI::TableCellPaintingDelegate {
|
||||
public:
|
||||
virtual ~PagemapPaintingDelegate() override {}
|
||||
virtual ~PagemapPaintingDelegate() override { }
|
||||
|
||||
virtual void paint(GUI::Painter& painter, const Gfx::IntRect& a_rect, const Gfx::Palette&, const GUI::ModelIndex& index) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user