mirror of
https://github.com/RGBCube/serenity
synced 2025-07-18 22:57:38 +00:00
LibGUI: clang-format
This commit is contained in:
parent
770907f90c
commit
55e115b0cd
4 changed files with 31 additions and 26 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue