mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
STYLE: Fixed line-too-long.
This commit is contained in:
parent
e10f739571
commit
61d3b2f1fb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user