1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-02-05 02:45:35 +00:00
parent 83c041d618
commit 97b21f3397

View file

@ -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) {