Formatting

This commit is contained in:
ahm3dgg
2026-01-09 03:14:53 +02:00
parent 80db2420e6
commit 37db1c635f

View File

@@ -256,10 +256,10 @@ class windows_path
return !this->operator==(other);
}
bool operator<(const windows_path& other) const
{
return this->string().length() < other.string().length();
}
bool operator<(const windows_path& other) const
{
return this->string().length() < other.string().length();
}
bool empty() const
{