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-01-16 21:33:27 +00:00
parent 4dcc4e1fde
commit 9799e9c101

View file

@ -29,7 +29,7 @@ import org.eclipse.core.runtime.CoreException;
*/
public class ASTInternal {
public static IASTNode[] getDeclarationsOfBinding(IBinding binding) {
if(binding instanceof ICPPInternalBinding) {
if (binding instanceof ICPPInternalBinding) {
return ((ICPPInternalBinding)binding).getDeclarations();
}
assert false;