mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-29 15:58:47 +00:00
Coding style fixes in AK.
This commit is contained in:
parent
b413e234e1
commit
b75ee4aacb
Notes:
sideshowbarker
2024-07-19 16:00:12 +09:00
Author: https://github.com/awesomekling
Commit: b75ee4aacb
12 changed files with 126 additions and 126 deletions
|
@ -131,7 +131,7 @@ bool SynthFS::remove_file(InodeIndex inode)
|
|||
}
|
||||
|
||||
Vector<InodeIndex> indices_to_remove;
|
||||
indices_to_remove.ensureCapacity(file.m_children.size());
|
||||
indices_to_remove.ensure_capacity(file.m_children.size());
|
||||
for (auto& child : file.m_children)
|
||||
indices_to_remove.unchecked_append(child->m_metadata.inode.index());
|
||||
for (auto& index : indices_to_remove)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue