mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Fix code formatting
This commit is contained in:
@@ -108,7 +108,7 @@ namespace Path
|
|||||||
|
|
||||||
bool Equals(u8string_view a, u8string_view b)
|
bool Equals(u8string_view a, u8string_view b)
|
||||||
{
|
{
|
||||||
return Platform::ShouldIgnoreCase() ? String::IEquals(a,b) : String::Equals(a, b);
|
return Platform::ShouldIgnoreCase() ? String::IEquals(a, b) : String::Equals(a, b);
|
||||||
}
|
}
|
||||||
|
|
||||||
u8string ResolveCasing(u8string_view path)
|
u8string ResolveCasing(u8string_view path)
|
||||||
|
|||||||
Reference in New Issue
Block a user