mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-27 05:17:03 -06:00
fix indentation
This commit is contained in:
parent
373ae6b107
commit
748aa6fce8
@ -326,10 +326,12 @@ public:
|
||||
name.begin(),
|
||||
name.end(),
|
||||
m_name.begin(),
|
||||
[](const char &a){
|
||||
[](const char &a)
|
||||
{
|
||||
char b = tolower(a);
|
||||
if (b == '_') b = '.';
|
||||
return b; });
|
||||
return b;
|
||||
});
|
||||
}
|
||||
|
||||
__forceinline const std::string& GetName() const
|
||||
|
||||
Loading…
Reference in New Issue
Block a user