mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
Meta+Applications: Make clang-format-10 clean
This commit is contained in:
committed by
Andreas Kling
parent
8940bc3503
commit
9ef1461ec9
@@ -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