STYLE: Fixed line-too-long warning.
This commit is contained in:
parent
6eef6638a5
commit
a85060439c
|
@ -176,7 +176,8 @@ bool cmGlobalKdevelopGenerator
|
|||
files.insert(tmp);
|
||||
|
||||
// check if there's a matching header around
|
||||
for( std::vector<std::string>::const_iterator ext = makefile->GetHeaderExtensions().begin();
|
||||
for(std::vector<std::string>::const_iterator
|
||||
ext = makefile->GetHeaderExtensions().begin();
|
||||
ext != makefile->GetHeaderExtensions().end(); ++ext)
|
||||
{
|
||||
std::string hname=headerBasename;
|
||||
|
|
Loading…
Reference in New Issue