mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Cosmetics.
This commit is contained in:
parent
65d630c31c
commit
405b096fc0
1 changed files with 2 additions and 2 deletions
|
@ -102,9 +102,9 @@ public class CQualifierType implements ICQualifierType, ITypeContainer, ISeriali
|
||||||
IASTCompositeTypeSpecifier compTypeSpec = (IASTCompositeTypeSpecifier) declSpec;
|
IASTCompositeTypeSpecifier compTypeSpec = (IASTCompositeTypeSpecifier) declSpec;
|
||||||
t = (IType) compTypeSpec.getName().resolveBinding();
|
t = (IType) compTypeSpec.getName().resolveBinding();
|
||||||
} else if (declSpec instanceof IASTEnumerationSpecifier) {
|
} else if (declSpec instanceof IASTEnumerationSpecifier) {
|
||||||
t = new CEnumeration(((IASTEnumerationSpecifier)declSpec).getName());
|
t = new CEnumeration(((IASTEnumerationSpecifier) declSpec).getName());
|
||||||
} else {
|
} else {
|
||||||
t = new CBasicType((ICASTSimpleDeclSpecifier)declSpec);
|
t = new CBasicType((ICASTSimpleDeclSpecifier) declSpec);
|
||||||
}
|
}
|
||||||
|
|
||||||
return t;
|
return t;
|
||||||
|
|
Loading…
Add table
Reference in a new issue