mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-23 17:06:35 +00:00
Everywhere: Use east const in more places
These changes are compatible with clang-format 16 and will be mandatory when we eventually bump clang-format version. So, since there are no real downsides, let's commit them now.
This commit is contained in:
@@ -81,7 +81,7 @@ DebugInfoWidget::DebugInfoWidget()
|
||||
variables_tab_widget.add_widget(build_registers_tab());
|
||||
|
||||
m_backtrace_view->on_selection_change = [this] {
|
||||
const auto& index = m_backtrace_view->selection().first();
|
||||
auto const& index = m_backtrace_view->selection().first();
|
||||
|
||||
if (!index.is_valid()) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user