fix indentation
This commit is contained in:
@@ -326,10 +326,12 @@ public:
|
|||||||
name.begin(),
|
name.begin(),
|
||||||
name.end(),
|
name.end(),
|
||||||
m_name.begin(),
|
m_name.begin(),
|
||||||
[](const char &a){
|
[](const char &a)
|
||||||
|
{
|
||||||
char b = tolower(a);
|
char b = tolower(a);
|
||||||
if (b == '_') b = '.';
|
if (b == '_') b = '.';
|
||||||
return b; });
|
return b;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
__forceinline const std::string& GetName() const
|
__forceinline const std::string& GetName() const
|
||||||
|
|||||||
Reference in New Issue
Block a user