1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2013-10-21 14:11:07 -07:00
parent 20e35e3e42
commit d722e6d367

View file

@ -124,7 +124,7 @@ public class IndexUI {
} }
private static boolean checkBinding(IIndexBinding binding, ICElement element) { private static boolean checkBinding(IIndexBinding binding, ICElement element) {
switch(element.getElementType()) { switch (element.getElementType()) {
case ICElement.C_ENUMERATION: case ICElement.C_ENUMERATION:
return binding instanceof IEnumeration; return binding instanceof IEnumeration;
case ICElement.C_NAMESPACE: case ICElement.C_NAMESPACE: