Astyle formatting

This commit is contained in:
codestation
2013-12-15 09:01:04 -04:30
parent e68f01c858
commit c4eaad6b8c
7 changed files with 10 additions and 12 deletions

View File

@@ -51,8 +51,7 @@ public:
class AvInit
{
public:
AvInit()
{
AvInit() {
av_register_all();
}
};