STYLE: Fixed line-too-long.

This commit is contained in:
Brad King 2006-08-26 10:22:23 -04:00
parent 13d778fee9
commit 5d632330b6
1 changed files with 1 additions and 1 deletions

View File

@ -1323,7 +1323,7 @@ WriteCustomRule(std::ostream& fout,
for(std::vector<std::string>::const_iterator d = depends.begin();
d != depends.end(); ++d)
{
// Lookup the real name of the dependency in case it is a CMake target.
// Get the real name of the dependency in case it is a CMake target.
std::string dep = this->GetRealDependency(d->c_str(), i->c_str());
fout << this->ConvertToXMLOutputPath(dep.c_str())
<< ";";