mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 00:59:19 -06:00
STYLE: Fixed line-too-long.
This commit is contained in:
@@ -33,7 +33,8 @@ cmDependsC::cmDependsC(std::vector<std::string> 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)
|
||||
|
||||
Reference in New Issue
Block a user