summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2012-01-17 23:01:08 (GMT)
committerRolf Eike Beer <eike@sf-mail.de>2012-01-17 23:01:08 (GMT)
commit0541a03a4c913164868bcec09c21c455e14a7c70 (patch)
treebc7c4b188942a541de295d623a1811f6202e12e7 /Tests/CMakeCommands
parenta6518c30e0ae0de17cd89dd52158501fc92d4455 (diff)
downloadCMake-0541a03a4c913164868bcec09c21c455e14a7c70.zip
CMake-0541a03a4c913164868bcec09c21c455e14a7c70.tar.gz
CMake-0541a03a4c913164868bcec09c21c455e14a7c70.tar.bz2
GenerateExportHeader test: add newlines before end of file
Diffstat (limited to 'Tests/CMakeCommands')
-rw-r--r--Tests/CMakeCommands/target_link_libraries/depC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeCommands/target_link_libraries/depC.cpp b/Tests/CMakeCommands/target_link_libraries/depC.cpp
index 93410a8..60bed59 100644
--- a/Tests/CMakeCommands/target_link_libraries/depC.cpp
+++ b/Tests/CMakeCommands/target_link_libraries/depC.cpp
@@ -10,4 +10,4 @@ DepA DepC::getA()
{
DepA a;
return a;
-} \ No newline at end of file
+}