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

This commit is contained in:
David Cole 2011-02-04 10:38:22 -05:00
parent 106958c047
commit a58ace68ce
1 changed files with 2 additions and 1 deletions

View File

@ -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();