mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
83c041d618
commit
97b21f3397
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ public class CPPASTTranslationUnit extends ASTTranslationUnit implements ICPPAST
|
|||
names[i] = null;
|
||||
}
|
||||
// nulls can be anywhere, don't use trim()
|
||||
return (IASTName[])ArrayUtil.removeNulls(IASTName.class, names);
|
||||
return (IASTName[]) ArrayUtil.removeNulls(IASTName.class, names);
|
||||
}
|
||||
|
||||
public IASTName[] getReferences(IBinding binding) {
|
||||
|
|
Loading…
Add table
Reference in a new issue