[cmake-commits] king committed cmDependsC.cxx 1.29 1.30

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Sep 27 12:56:01 EDT 2006


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

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.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- cmDependsC.cxx	26 Sep 2006 12:04:23 -0000	1.29
+++ cmDependsC.cxx	27 Sep 2006 16:55:58 -0000	1.30
@@ -33,7 +33,8 @@
                        const char* scanRegex, const char* complainRegex,
                        const cmStdString& cacheFileName):
   IncludePath(&includes),
-  IncludeRegexLine("^[ \t]*#[ \t]*(include|import)[ \t]*[<\"]([^\">]+)([\">])"),
+  IncludeRegexLine(
+    "^[ \t]*#[ \t]*(include|import)[ \t]*[<\"]([^\">]+)([\">])"),
   IncludeRegexScan(scanRegex),
   IncludeRegexComplain(complainRegex),
   CacheFileName(cacheFileName)



More information about the Cmake-commits mailing list