mirror of
https://github.com/love2d/love.git
synced 2026-08-12 16:40:57 +02:00
Automated formatting fix
This commit is contained in:
@@ -45,7 +45,7 @@ namespace love
|
||||
|
||||
void Object::release()
|
||||
{
|
||||
if(--count <= 0)
|
||||
if (--count <= 0)
|
||||
delete this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user