LibGUI: clang-format

This commit is contained in:
faissaloo 2019-06-16 21:01:51 +01:00
commit 55e115b0cd
Notes: sideshowbarker 2024-07-19 13:34:20 +09:00
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)