mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
Everywhere: Run clang-format
This commit is contained in:
committed by
Linus Groh
parent
0376c127f6
commit
086969277e
@@ -28,7 +28,7 @@ ImageWidget::ImageWidget(StringView)
|
||||
REGISTER_BOOL_PROPERTY("should_stretch", should_stretch, set_should_stretch);
|
||||
}
|
||||
|
||||
void ImageWidget::set_bitmap(const Gfx::Bitmap* bitmap)
|
||||
void ImageWidget::set_bitmap(Gfx::Bitmap const* bitmap)
|
||||
{
|
||||
if (m_bitmap == bitmap)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user