GenerateExportHeader test: add newlines before end of file

This commit is contained in:
Rolf Eike Beer
2012-01-18 00:01:08 +01:00
parent a6518c30e0
commit 0541a03a4c
6 changed files with 6 additions and 6 deletions
@@ -6,4 +6,4 @@ int main(int, char**)
SomeClass sc;
sc.someMethod();
return 0;
}
}