Просмотр исходного кода

Fix KWStyle line-too-long complaint (#2828)

David Cole 15 лет назад
Родитель
Сommit
a58ace68ce
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      Source/cmake.cxx

+ 2 - 1
Source/cmake.cxx

@@ -484,7 +484,8 @@ bool cmake::SetCacheArgs(const std::vector<std::string>& args)
   return true;
 }
 
-void cmake::ReadListFile(const std::vector<std::string>& args, const char *path)
+void cmake::ReadListFile(const std::vector<std::string>& args,
+                         const char *path)
 {
   // if a generator was not yet created, temporarily create one
   cmGlobalGenerator *gg = this->GetGlobalGenerator();