From 61d3b2f1fbc947bd81f4e6552a5faf85fe576338 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 27 Sep 2006 12:55:58 -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 18b36b6..ff0545f 100644 --- a/Source/cmDependsC.cxx +++ b/Source/cmDependsC.cxx @@ -33,7 +33,8 @@ cmDependsC::cmDependsC(std::vector const& includes, 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) -- cgit v0.12