STYLE: fix line length

This commit is contained in:
Bill Hoffman 2007-02-01 17:06:05 -05:00
parent 23d8525d46
commit fd799a5d0e
1 changed files with 2 additions and 1 deletions

View File

@ -1661,7 +1661,8 @@ void cmLocalVisualStudio7Generator::ConfigureFinalPass()
cmCustomCommand cc = l->second.GetPostBuildCommands()[0];
const cmCustomCommandLines& cmds = cc.GetCommandLines();
std::string project_name = cmds[0][0];
this->ReadAndStoreExternalGUID(project_name.c_str(), cmds[0][1].c_str());
this->ReadAndStoreExternalGUID(project_name.c_str(),
cmds[0][1].c_str());
}
else
{