mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 14:30:27 +00:00
GenerateExportHeader test: add newlines before end of file
This commit is contained in:
parent
a6518c30e0
commit
0541a03a4c
@ -10,4 +10,4 @@ DepA DepC::getA()
|
||||
{
|
||||
DepA a;
|
||||
return a;
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ int main(int, char**)
|
||||
SomeClass sc;
|
||||
sc.someMethod();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@ int main(int, char**)
|
||||
SomeClass sc;
|
||||
sc.someMethod();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
@ -4,4 +4,4 @@
|
||||
void SomeClass::someMethod() const
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -5,4 +5,4 @@ int main(int argc, char **argv)
|
||||
{
|
||||
UsePrefixClass upc;
|
||||
return upc.someMethod();
|
||||
}
|
||||
}
|
||||
|
@ -4,4 +4,4 @@
|
||||
int UsePrefixClass::someMethod() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user