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
|
// require a class instance
|
||||||
if (type instanceof ICPPClassSpecialization == false ||
|
if (!(type instanceof ICPPClassSpecialization) || !(type instanceof ICPPTemplateInstance) ||
|
||||||
type instanceof ICPPTemplateInstance == false || type instanceof IProblemBinding) {
|
type instanceof IProblemBinding) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue