Strip BOM from files

Change-Id: I9167c016760fe1e8378cdf84144c4bed5cd4e57c
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-10-01 12:45:06 +02:00
parent f3400f62cd
commit f1300df6b3
26 changed files with 26 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
void Function();
void Function();
template<class T> void TemplateFunction();
void FunctionWithOptional(int x, char y = 1, int z = 5);
#define FunctionMacro(X, Y) X + Y