summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2011-08-08 22:18:00 (GMT)
committerStephen Kelly <steveire@gmail.com>2011-08-08 22:18:00 (GMT)
commit896371661504fa0a3b5c7a611dbfc7a4bc44a889 (patch)
tree882745900b70df449f2c57f3f4a30cea6dc1ae8d /Tests
parentdef0a54e0ae20d783aecf2761a4add5f40687cd6 (diff)
downloadCMake-896371661504fa0a3b5c7a611dbfc7a4bc44a889.zip
CMake-896371661504fa0a3b5c7a611dbfc7a4bc44a889.tar.gz
CMake-896371661504fa0a3b5c7a611dbfc7a4bc44a889.tar.bz2
Add a newline at the end of the file.
Hopefully fix the test execution reported on CDash.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Module/GenerateExportHeader/libshared/libshared.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Module/GenerateExportHeader/libshared/libshared.cpp b/Tests/Module/GenerateExportHeader/libshared/libshared.cpp
index 9812f55..d4041b3 100644
--- a/Tests/Module/GenerateExportHeader/libshared/libshared.cpp
+++ b/Tests/Module/GenerateExportHeader/libshared/libshared.cpp
@@ -88,4 +88,4 @@ int libshared_not_exported() {
int libshared_excluded() {
return 0;
-} \ No newline at end of file
+}