summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-03-16 15:31:54 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-03-16 15:32:14 (GMT)
commite08af3e6b83acb52a6f8730f18871491aee424b5 (patch)
treec69e0e5ef506139e0e93c18af93c2ce731602d46 /Source
parenteea528fd92a9a448a473ac031f5e7ca3f3ba917f (diff)
parent67a592583d4ce8e99e58bcaf1502033340e8cb28 (diff)
downloadCMake-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.cxx2
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 ";