refactor(Core/Misc): add braces and impove codestyle (#6402)
This commit is contained in:
parent
33c271cc7c
commit
3c24b511f2
72 changed files with 1486 additions and 401 deletions
|
|
@ -22,7 +22,9 @@ namespace Acore
|
|||
void decReference()
|
||||
{
|
||||
if (!--m_refs)
|
||||
{
|
||||
delete this;
|
||||
}
|
||||
}
|
||||
private:
|
||||
std::atomic_long m_refs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue