cmTarget: Fix style

This commit is contained in:
Stephen Kelly 2015-10-23 00:56:31 +02:00
parent b22e5d0ab7
commit 0554c2c970
1 changed files with 2 additions and 1 deletions

View File

@ -299,7 +299,8 @@ void cmTarget::AddUtility(const std::string& u, cmMakefile *makefile)
{
if(this->Utilities.insert(u).second && makefile)
{
UtilityBacktraces.insert(std::make_pair(u, makefile->GetBacktrace()));
this->UtilityBacktraces.insert(
std::make_pair(u, makefile->GetBacktrace()));
}
}