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
|
@ -6,8 +6,8 @@
|
|||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*
|
||||
* Contributors:
|
||||
* Symbian - Initial API and implementation
|
||||
* Markus Schorn (Wind River Systems)
|
||||
* Symbian - Initial API and implementation
|
||||
* Markus Schorn (Wind River Systems)
|
||||
*******************************************************************************/
|
||||
|
||||
package org.eclipse.cdt.internal.core.pdom.dom.cpp;
|
||||
|
@ -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