1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-15 03:48:02 +08:00

cmTarget: Fix style

This commit is contained in:
Stephen Kelly
2015-10-23 00:56:31 +02:00
parent b22e5d0ab7
commit 0554c2c970

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()));
}
}