1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-18 22:57:38 +00:00

LibGUI: clang-format

This commit is contained in:
faissaloo 2019-06-16 21:01:51 +01:00
parent 770907f90c
commit 55e115b0cd
4 changed files with 31 additions and 26 deletions

View file

@ -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)