forked from qt-creator/qt-creator
Strip BOM from files
Change-Id: I9167c016760fe1e8378cdf84144c4bed5cd4e57c Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user