mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Everywhere: Run clang-format
This commit is contained in:
committed by
Linus Groh
parent
0376c127f6
commit
086969277e
@@ -58,7 +58,7 @@ GUI::Variant CookiesModel::data(GUI::ModelIndex const& index, GUI::ModelRole rol
|
||||
if (role != GUI::ModelRole::Display)
|
||||
return {};
|
||||
|
||||
const auto& cookie = m_cookies[index.row()];
|
||||
auto const& cookie = m_cookies[index.row()];
|
||||
|
||||
switch (index.column()) {
|
||||
case Column::Domain:
|
||||
|
||||
Reference in New Issue
Block a user