diff --git a/src/windows-emulator/windows_path.hpp b/src/windows-emulator/windows_path.hpp index 0a5099d9..5473a8a6 100644 --- a/src/windows-emulator/windows_path.hpp +++ b/src/windows-emulator/windows_path.hpp @@ -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 {