diff options
author | Stephen Kelly <steveire@gmail.com> | 2011-08-08 22:18:00 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2011-08-08 22:18:00 (GMT) |
commit | 896371661504fa0a3b5c7a611dbfc7a4bc44a889 (patch) | |
tree | 882745900b70df449f2c57f3f4a30cea6dc1ae8d /Tests | |
parent | def0a54e0ae20d783aecf2761a4add5f40687cd6 (diff) | |
download | CMake-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.cpp | 2 |
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 +} |