mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Coding style fixes in AK.
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user