Skip to content

Commit 645108a

Browse files
jthuangarmCopilot
andauthored
Update tools/projmgr/src/ProjMgrCbuild.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7b9ee37 commit 645108a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/projmgr/src/ProjMgrCbuild.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ void ProjMgrCbuild::SetComponentFilesNode(YAML::Node node, const ContextItem* co
204204

205205
for (const auto& [file, attr, category, language, scope, version, select] : context->componentFiles.at(componentId)) {
206206
// Skip source files if build-scope excludes them
207-
if ( !includeComponentSourceFiles && RteFile::IsSourceCategory(RteFile::CategoryFromString(category)) ) {
207+
if (!includeComponentSourceFiles && RteFile::IsSourceCategory(RteFile::CategoryFromString(category))) {
208208
continue;
209209
}
210210

0 commit comments

Comments
 (0)