mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Code formatting.
This commit is contained in:
parent
2654d40bea
commit
1671c73dd0
1 changed files with 90 additions and 91 deletions
|
@ -320,8 +320,7 @@ public class ClassTypeHelper {
|
|||
if (declSpec instanceof ICPPASTCompositeTypeSpecifier) {
|
||||
binding = ((ICPPASTCompositeTypeSpecifier)declSpec).getName().resolveBinding();
|
||||
} else if (declSpec instanceof ICPPASTElaboratedTypeSpecifier &&
|
||||
((IASTSimpleDeclaration)decl).getDeclarators().length == 0 )
|
||||
{
|
||||
((IASTSimpleDeclaration)decl).getDeclarators().length == 0) {
|
||||
binding = ((ICPPASTElaboratedTypeSpecifier)declSpec).getName().resolveBinding();
|
||||
}
|
||||
if (binding instanceof ICPPClassType)
|
||||
|
|
Loading…
Add table
Reference in a new issue