summaryrefslogtreecommitdiffstats
path: root/Source/cmExportFileGenerator.cxx
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-03-13 14:29:22 (GMT)
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-03-13 14:31:38 (GMT)
commit67a592583d4ce8e99e58bcaf1502033340e8cb28 (patch)
tree9ae7ee2a2ac5ad602e4c7660984f9091fc03fb1d /Source/cmExportFileGenerator.cxx
parent78fd95fc1def31c3be6a2b188c9e80a0e25a42c0 (diff)
downloadCMake-67a592583d4ce8e99e58bcaf1502033340e8cb28.zip
CMake-67a592583d4ce8e99e58bcaf1502033340e8cb28.tar.gz
CMake-67a592583d4ce8e99e58bcaf1502033340e8cb28.tar.bz2
Source: Remove trailing whitespace from export generation code
Diffstat (limited to 'Source/cmExportFileGenerator.cxx')
-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 ";