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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user