diff options
author | Brad King <brad.king@kitware.com> | 2019-05-30 16:42:27 (GMT) |
---|---|---|
committer | Betsy McPhail <betsy.mcphail@kitware.com> | 2019-06-18 14:36:16 (GMT) |
commit | f067af8e385d17cc5b14e43475ded4d9d38317a2 (patch) | |
tree | 8c53103312c75ab7ff5380aeb00f314888346f9c /Tests/Tutorial/Step3 | |
parent | d5a81ef7473734a9a886de4ff64246614ec0bb1a (diff) | |
download | CMake-f067af8e385d17cc5b14e43475ded4d9d38317a2.zip CMake-f067af8e385d17cc5b14e43475ded4d9d38317a2.tar.gz CMake-f067af8e385d17cc5b14e43475ded4d9d38317a2.tar.bz2 |
Tests/Tutorial: Remove trailing blank lines
Diffstat (limited to 'Tests/Tutorial/Step3')
-rw-r--r-- | Tests/Tutorial/Step3/TutorialConfig.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/Tutorial/Step3/TutorialConfig.h.in b/Tests/Tutorial/Step3/TutorialConfig.h.in index 25a0602..e23f521 100644 --- a/Tests/Tutorial/Step3/TutorialConfig.h.in +++ b/Tests/Tutorial/Step3/TutorialConfig.h.in @@ -2,4 +2,3 @@ #define Tutorial_VERSION_MAJOR @Tutorial_VERSION_MAJOR@ #define Tutorial_VERSION_MINOR @Tutorial_VERSION_MINOR@ #cmakedefine USE_MYMATH - |