Source: Remove trailing whitespace from export generation code

This commit is contained in:
Alexandru Croitor
2020-03-13 15:29:22 +01:00
parent 78fd95fc1d
commit 67a592583d

View File

@@ -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 ";