mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
d2047f3306
commit
6f33dd512d
1 changed files with 8 additions and 8 deletions
|
@ -46,7 +46,7 @@ public abstract class PDOMCPPBinding extends PDOMBinding implements ICPPBinding
|
|||
PDOMNode node = this;
|
||||
while (node != null) {
|
||||
if (node instanceof PDOMBinding && !(node instanceof ICPPTemplateInstance)) {
|
||||
result.add(0, ((PDOMBinding)node).getName().toCharArray());
|
||||
result.add(0, ((PDOMBinding) node).getName().toCharArray());
|
||||
}
|
||||
node = node.getParentNode();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue