mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibGUI: clang-format
This commit is contained in:
@@ -66,8 +66,9 @@ void GButton::click()
|
||||
on_click(*this);
|
||||
}
|
||||
|
||||
bool GButton::accepts_keyboard_select() const {
|
||||
return is_enabled();
|
||||
bool GButton::accepts_keyboard_select() const
|
||||
{
|
||||
return is_enabled();
|
||||
}
|
||||
|
||||
void GButton::set_action(GAction& action)
|
||||
|
||||
Reference in New Issue
Block a user