From 79d6047117e1fb057bdb1193387dbb7382607735 Mon Sep 17 00:00:00 2001 From: Brad King Date: Sat, 16 Sep 2006 11:54:19 -0400 Subject: STYLE: Fixed line-too-long. --- Source/cmDependsC.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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::iterator headerLocationIt=this->HeaderLocationCache.find(cacheKey); + std::map::iterator + headerLocationIt=this->HeaderLocationCache.find(cacheKey); if (headerLocationIt!=this->HeaderLocationCache.end()) { fullName=headerLocationIt->second; -- cgit v0.12