fixed code formatting

This commit is contained in:
8tab
2014-01-25 21:27:28 +01:00
parent 592adf19e1
commit 3dad5f2940
3 changed files with 108 additions and 108 deletions

View File

@@ -171,12 +171,12 @@ bool AudioFileOgg::startEncoding()
{
// clean up
finishEncoding();
delete[] user_comments;
delete[] user_comments;
return false;
}
}
delete[] user_comments;
delete[] user_comments;
return true;
}