mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
STYLE: Fixed line-too-long.
This commit is contained in:
@@ -130,7 +130,8 @@ bool cmDependsC::WriteDependencies(const char *src, const char *obj,
|
||||
{
|
||||
cacheKey+=*i;
|
||||
}
|
||||
std::map<cmStdString, cmStdString>::iterator headerLocationIt=this->HeaderLocationCache.find(cacheKey);
|
||||
std::map<cmStdString, cmStdString>::iterator
|
||||
headerLocationIt=this->HeaderLocationCache.find(cacheKey);
|
||||
if (headerLocationIt!=this->HeaderLocationCache.end())
|
||||
{
|
||||
fullName=headerLocationIt->second;
|
||||
|
||||
Reference in New Issue
Block a user