[cmake-commits] king committed cmDependsC.cxx 1.27 1.28

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Sep 16 11:54:23 EDT 2006


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv14941

Modified Files:
	cmDependsC.cxx 
Log Message:
STYLE: Fixed line-too-long.


Index: cmDependsC.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDependsC.cxx,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- cmDependsC.cxx	13 Sep 2006 16:43:31 -0000	1.27
+++ cmDependsC.cxx	16 Sep 2006 15:54:19 -0000	1.28
@@ -130,7 +130,8 @@
         {
         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;



More information about the Cmake-commits mailing list