mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
clang-format: format all code as Cpp11
This commit is contained in:
committed by
Brad King
parent
82d9bbf2b7
commit
2b4c32c95f
@@ -63,7 +63,7 @@ cmExtraCodeBlocksGenerator::GetFactory()
|
||||
void cmExtraCodeBlocksGenerator::Generate()
|
||||
{
|
||||
// for each sub project in the project create a codeblocks project
|
||||
for (std::map<std::string, std::vector<cmLocalGenerator*> >::const_iterator
|
||||
for (std::map<std::string, std::vector<cmLocalGenerator*>>::const_iterator
|
||||
it = this->GlobalGenerator->GetProjectMap().begin();
|
||||
it != this->GlobalGenerator->GetProjectMap().end(); ++it) {
|
||||
// create a project file
|
||||
@@ -217,7 +217,7 @@ void cmExtraCodeBlocksGenerator::CreateNewProjectFile(
|
||||
Tree tree;
|
||||
|
||||
// build tree of virtual folders
|
||||
for (std::map<std::string, std::vector<cmLocalGenerator*> >::const_iterator
|
||||
for (std::map<std::string, std::vector<cmLocalGenerator*>>::const_iterator
|
||||
it = this->GlobalGenerator->GetProjectMap().begin();
|
||||
it != this->GlobalGenerator->GetProjectMap().end(); ++it) {
|
||||
// Collect all files
|
||||
|
||||
Reference in New Issue
Block a user