Add whitespace after colons in error messages.

This commit is contained in:
Stephen Kelly 2013-06-21 13:51:58 +02:00
parent 7c61c73fbc
commit 2331b57bec
13 changed files with 24 additions and 23 deletions

View File

@ -71,7 +71,8 @@ cmNinjaNormalTargetGenerator::~cmNinjaNormalTargetGenerator()
void cmNinjaNormalTargetGenerator::Generate()
{
if (!this->TargetLinkLanguage) {
cmSystemTools::Error("CMake can not determine linker language for target:",
cmSystemTools::Error("CMake can not determine linker language for "
"target: ",
this->GetTarget()->GetName());
return;
}