diff options
author | Brad King <brad.king@kitware.com> | 2020-03-16 15:31:54 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-03-16 15:32:14 (GMT) |
commit | e08af3e6b83acb52a6f8730f18871491aee424b5 (patch) | |
tree | c69e0e5ef506139e0e93c18af93c2ce731602d46 /Source | |
parent | eea528fd92a9a448a473ac031f5e7ca3f3ba917f (diff) | |
parent | 67a592583d4ce8e99e58bcaf1502033340e8cb28 (diff) | |
download | CMake-e08af3e6b83acb52a6f8730f18871491aee424b5.zip CMake-e08af3e6b83acb52a6f8730f18871491aee424b5.tar.gz CMake-e08af3e6b83acb52a6f8730f18871491aee424b5.tar.bz2 |
Merge topic 'remove_trailing_whitespace'
67a592583d Source: Remove trailing whitespace from export generation code
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4474
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmExportFileGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExportFileGenerator.cxx b/Source/cmExportFileGenerator.cxx index 6441e6f..bbae86c 100644 --- a/Source/cmExportFileGenerator.cxx +++ b/Source/cmExportFileGenerator.cxx @@ -1116,7 +1116,7 @@ void cmExportFileGenerator::GenerateMissingTargetsCheckCode( return; } /* clang-format off */ - os << "# Make sure the targets which have been exported in some other \n" + os << "# Make sure the targets which have been exported in some other\n" "# export set exist.\n" "unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets)\n" "foreach(_target "; |