diff options
author | Brad King <brad.king@kitware.com> | 2006-09-16 11:54:19 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-09-16 11:54:19 -0400 |
commit | 79d6047117e1fb057bdb1193387dbb7382607735 (patch) | |
tree | ce1579114f359766b2619dc7330f82ef35407fb5 /Source/cmDependsC.cxx | |
parent | 4a3a9eb883440146f40d566065c8e6f6b35a4b55 (diff) | |
download | cmake-79d6047117e1fb057bdb1193387dbb7382607735.tar.gz |
STYLE: Fixed line-too-long.
Diffstat (limited to 'Source/cmDependsC.cxx')
-rw-r--r-- | Source/cmDependsC.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDependsC.cxx b/Source/cmDependsC.cxx index bd6f55fe3a..e9e9594f4d 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; |