STYLE: Fixed line-too-long warning.

This commit is contained in:
Brad King 2006-10-03 09:12:27 -04:00
parent 6eef6638a5
commit a85060439c
1 changed files with 3 additions and 2 deletions

View File

@ -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 += ".";