瀏覽代碼

STYLE: Fixed line-too-long warning.

Brad King 19 年之前
父節點
當前提交
a85060439c
共有 1 個文件被更改,包括 3 次插入2 次删除
  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 += ".";