mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 23:19:58 -06:00
STYLE: Fixed line-too-long warning.
This commit is contained in:
@@ -176,8 +176,9 @@ bool cmGlobalKdevelopGenerator
|
||||
files.insert(tmp);
|
||||
|
||||
// check if there's a matching header around
|
||||
for( std::vector<std::string>::const_iterator ext = makefile->GetHeaderExtensions().begin();
|
||||
ext != makefile->GetHeaderExtensions().end(); ++ext )
|
||||
for(std::vector<std::string>::const_iterator
|
||||
ext = makefile->GetHeaderExtensions().begin();
|
||||
ext != makefile->GetHeaderExtensions().end(); ++ext)
|
||||
{
|
||||
std::string hname=headerBasename;
|
||||
hname += ".";
|
||||
|
||||
Reference in New Issue
Block a user