mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
cmTarget: Fix style
This commit is contained in:
+2
-1
@@ -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()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user