fix indentation

Alex
This commit is contained in:
Alexander Neundorf 2009-10-12 13:44:42 -04:00
parent 03d55fb4c7
commit 45b8f2e441

View File

@ -279,8 +279,7 @@ void cmExtraCodeBlocksGenerator
jt != listFiles.end();
++jt)
{
const std::string &relative =
cmSystemTools::RelativePath(
const std::string &relative = cmSystemTools::RelativePath(
it->second[0]->GetMakefile()->GetHomeDirectory(),
jt->c_str());
std::vector<std::string> splitted;