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 != listFiles.end();
++jt) ++jt)
{ {
const std::string &relative = const std::string &relative = cmSystemTools::RelativePath(
cmSystemTools::RelativePath(
it->second[0]->GetMakefile()->GetHomeDirectory(), it->second[0]->GetMakefile()->GetHomeDirectory(),
jt->c_str()); jt->c_str());
std::vector<std::string> splitted; std::vector<std::string> splitted;