mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
Meta: Tweak .clang-format to not wrap braces after enums.
This commit is contained in:
@@ -46,7 +46,7 @@ void GStackWidget::child_event(CChildEvent& event)
|
||||
GWidget* new_active_widget = nullptr;
|
||||
for_each_child_widget([&](auto& new_child) {
|
||||
new_active_widget = &new_child;
|
||||
return IterationDecision::Abort;
|
||||
return IterationDecision::Break;
|
||||
});
|
||||
set_active_widget(new_active_widget);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user