diff --git a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/ext/StructureHandle.java b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/ext/StructureHandle.java index 057f53f6e08..ca4fe1c393a 100644 --- a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/ext/StructureHandle.java +++ b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/ext/StructureHandle.java @@ -6,9 +6,8 @@ * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Markus Schorn - initial API and implementation + * Markus Schorn - initial API and implementation *******************************************************************************/ - package org.eclipse.cdt.internal.core.model.ext; import org.eclipse.cdt.core.dom.ast.ICompositeType; @@ -27,7 +26,7 @@ public class StructureHandle extends CElementHandle implements IStructure { } private static int convertKey(int astKey) { - switch(astKey) { + switch (astKey) { case ICompositeType.k_struct: return ICElement.C_STRUCT; case ICompositeType.k_union: