Merge topic 'add-whitespace'

2331b57 Add whitespace after colons in error messages.
This commit is contained in:
Brad King 2013-06-24 08:38:12 -04:00 committed by CMake Topic Stage
commit 059be4ba3b
13 changed files with 24 additions and 23 deletions

View File

@ -71,7 +71,8 @@ cmNinjaNormalTargetGenerator::~cmNinjaNormalTargetGenerator()
void cmNinjaNormalTargetGenerator::Generate() void cmNinjaNormalTargetGenerator::Generate()
{ {
if (!this->TargetLinkLanguage) { 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()); this->GetTarget()->GetName());
return; return;
} }