mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
9995c38ddb
commit
ac05898a57
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ public class CIndex implements IIndex {
|
|||
public IIndexName[] findNames(IBinding binding, int flags) throws CoreException {
|
||||
LinkedList<IIndexFragmentName> result= new LinkedList<IIndexFragmentName>();
|
||||
if (binding instanceof ICPPUsingDeclaration) {
|
||||
IBinding[] bindings= ((ICPPUsingDeclaration)binding).getDelegates();
|
||||
IBinding[] bindings= ((ICPPUsingDeclaration) binding).getDelegates();
|
||||
if (bindings == null || bindings.length == 0) {
|
||||
return new IIndexName[0];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue