mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Add brackets
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
5ca4c351df
commit
12bb52805e
1 changed files with 4 additions and 3 deletions
|
@ -231,9 +231,10 @@ public abstract class AbstractExecutionContextVMNode extends AbstractDMVMNode
|
|||
|
||||
// It is possible for a thread node to be an immediate child of a launch node
|
||||
// with no container node in between.
|
||||
if (topContainer != null)
|
||||
if (topContainer != null) {
|
||||
parentDelta.addNode(createVMContext(topContainer), 0, IModelDelta.NO_CHANGE);
|
||||
}
|
||||
}
|
||||
else if (parentDelta.getElement() instanceof IDMVMContext) {
|
||||
IDMVMContext vmContext = (IDMVMContext)parentDelta.getElement();
|
||||
IDMContext dmContext = vmContext.getDMContext();
|
||||
|
|
Loading…
Add table
Reference in a new issue