Fix style.
This commit is contained in:
parent
272431a84f
commit
c70b9b51d9
|
@ -82,7 +82,7 @@ public:
|
||||||
{
|
{
|
||||||
this->Find(key);
|
this->Find(key);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private:
|
private:
|
||||||
CacheEntry const& GetEntry() const { return this->Position->second; }
|
CacheEntry const& GetEntry() const { return this->Position->second; }
|
||||||
CacheEntry& GetEntry() { return this->Position->second; }
|
CacheEntry& GetEntry() { return this->Position->second; }
|
||||||
|
|
|
@ -180,7 +180,7 @@ void deleteAndClear(
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
cmTargetInternals::~cmTargetInternals()
|
cmTargetInternals::~cmTargetInternals()
|
||||||
{
|
{
|
||||||
deleteAndClear(CachedLinkInterfaceIncludeDirectoriesEntries);
|
deleteAndClear(this->CachedLinkInterfaceIncludeDirectoriesEntries);
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue