From 9799e9c101063dfa666ff45b0d28a9ae483e3001 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Sun, 16 Jan 2011 21:33:27 +0000 Subject: [PATCH] Cosmetics. --- .../org/eclipse/cdt/internal/core/dom/parser/ASTInternal.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/ASTInternal.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/ASTInternal.java index fafacb5d3fc..a368a052d87 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/ASTInternal.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/ASTInternal.java @@ -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;