mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 01:15:07 +00:00
Coding style fixes in AK.
This commit is contained in:
parent
b413e234e1
commit
b75ee4aacb
12 changed files with 126 additions and 126 deletions
|
@ -23,7 +23,7 @@ bool FileSystemPath::canonicalize(bool resolve_symbolic_links)
|
|||
continue;
|
||||
if (part == "..") {
|
||||
if (!canonical_parts.is_empty())
|
||||
canonical_parts.takeLast();
|
||||
canonical_parts.take_last();
|
||||
continue;
|
||||
}
|
||||
if (!part.is_empty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue