Explorar el Código

STYLE: Fixed line-too-long warning.

Brad King hace 19 años
padre
commit
a85060439c
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      Source/cmGlobalKdevelopGenerator.cxx

+ 3 - 2
Source/cmGlobalKdevelopGenerator.cxx

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