mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
004a2f86d8
commit
556ebadf7c
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ class PDOMCPPLinkage extends PDOMLinkage implements IIndexCPPBindingConstants {
|
|||
PDOMNode inheritFileLocal= parent;
|
||||
if (binding instanceof IEnumerator) {
|
||||
try {
|
||||
IType enumeration= ((IEnumerator)binding).getType();
|
||||
IType enumeration= ((IEnumerator) binding).getType();
|
||||
if (enumeration instanceof IEnumeration) {
|
||||
inheritFileLocal= adaptBinding((IEnumeration) enumeration);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue