summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsC.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-09-16 15:54:19 (GMT)
committerBrad King <brad.king@kitware.com>2006-09-16 15:54:19 (GMT)
commit79d6047117e1fb057bdb1193387dbb7382607735 (patch)
treece1579114f359766b2619dc7330f82ef35407fb5 /Source/cmDependsC.cxx
parent4a3a9eb883440146f40d566065c8e6f6b35a4b55 (diff)
downloadCMake-79d6047117e1fb057bdb1193387dbb7382607735.zip
CMake-79d6047117e1fb057bdb1193387dbb7382607735.tar.gz
CMake-79d6047117e1fb057bdb1193387dbb7382607735.tar.bz2
STYLE: Fixed line-too-long.
Diffstat (limited to 'Source/cmDependsC.cxx')
-rw-r--r--Source/cmDependsC.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDependsC.cxx b/Source/cmDependsC.cxx
index bd6f55f..e9e9594 100644
--- a/Source/cmDependsC.cxx
+++ b/Source/cmDependsC.cxx
@@ -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;