1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 10:47:59 +08:00

Fix style errors added by parent and grandparent

This commit is contained in:
Brad King
2011-06-08 07:54:33 -04:00
parent eeeeca1082
commit f09ba0f1a2
2 changed files with 8 additions and 4 deletions

View File

@@ -27,7 +27,8 @@ bool cmSourceGroupCommand
delimiter = this->Makefile->GetDefinition("SOURCE_GROUP_DELIMITER");
}
std::vector<std::string> folders = cmSystemTools::tokenize(args[0], delimiter);
std::vector<std::string> folders =
cmSystemTools::tokenize(args[0], delimiter);
cmSourceGroup* sg = 0;
sg = this->Makefile->GetSourceGroup(folders);