Automated formatting fix

This commit is contained in:
Bart van Strien
2011-11-16 11:32:41 +01:00
parent fafe472595
commit 0aae9684b3
262 changed files with 16705 additions and 16503 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ namespace love
void Object::release()
{
if(--count <= 0)
if (--count <= 0)
delete this;
}