Merge topic 'eof-newlines'

0541a03 GenerateExportHeader test: add newlines before end of file
This commit is contained in:
David Cole 2012-01-25 11:15:35 -05:00 committed by CMake Topic Stage
commit d05d71389a
6 changed files with 6 additions and 6 deletions

View File

@ -10,4 +10,4 @@ DepA DepC::getA()
{
DepA a;
return a;
}
}

View File

@ -6,4 +6,4 @@ int main(int, char**)
SomeClass sc;
sc.someMethod();
return 0;
}
}

View File

@ -6,4 +6,4 @@ int main(int, char**)
SomeClass sc;
sc.someMethod();
return 0;
}
}

View File

@ -4,4 +4,4 @@
void SomeClass::someMethod() const
{
}
}

View File

@ -5,4 +5,4 @@ int main(int argc, char **argv)
{
UsePrefixClass upc;
return upc.someMethod();
}
}

View File

@ -4,4 +4,4 @@
int UsePrefixClass::someMethod() const
{
return 0;
}
}