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
9b6d10be72
commit
e34b9fc378
1 changed files with 4 additions and 4 deletions
|
@ -91,8 +91,8 @@ class PDOMCPPClassInstance extends PDOMCPPClassSpecialization implements ICPPTem
|
|||
}
|
||||
|
||||
// require a class instance
|
||||
if (type instanceof ICPPClassSpecialization == false ||
|
||||
type instanceof ICPPTemplateInstance == false || type instanceof IProblemBinding) {
|
||||
if (!(type instanceof ICPPClassSpecialization) || !(type instanceof ICPPTemplateInstance) ||
|
||||
type instanceof IProblemBinding) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue