STYLE: Fixed line-too-long.

This commit is contained in:
Brad King 2006-09-16 11:54:19 -04:00
parent 4a3a9eb883
commit 79d6047117
1 changed files with 2 additions and 1 deletions

View File

@ -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;