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