mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-02 22:59:59 +01: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 a new issue