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
+2 -2
View File
@@ -55,9 +55,9 @@ namespace lullaby
"flac", ""
};
for(int i = 0; !(supported[i].empty()); i++)
for (int i = 0; !(supported[i].empty()); i++)
{
if(supported[i].compare(ext) == 0)
if (supported[i].compare(ext) == 0)
return true;
}