mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Cosmetics.
This commit is contained in:
parent
20e35e3e42
commit
d722e6d367
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue