mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-04 07:09:41 +00:00
LibGUI: clang-format
This commit is contained in:
parent
770907f90c
commit
55e115b0cd
Notes:
sideshowbarker
2024-07-19 13:34:20 +09:00
Author: https://github.com/faissaloo
Commit: 55e115b0cd
Pull-request: https://github.com/SerenityOS/serenity/pull/173
Reviewed-by: https://github.com/awesomekling
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