mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
Cosmetics.
This commit is contained in:
parent
a94a29ae22
commit
362fe864f3
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class IndexLabelProvider extends LabelProvider {
|
|||
else if (element instanceof ICContainer)
|
||||
desc = CDTSharedImages.getImageDescriptor(CDTSharedImages.IMG_OBJS_SEARCHFOLDER);
|
||||
else if (element instanceof ITranslationUnit) {
|
||||
ITranslationUnit tu = (ITranslationUnit)element;
|
||||
ITranslationUnit tu = (ITranslationUnit) element;
|
||||
desc = tu.isHeaderUnit()
|
||||
? CDTSharedImages.getImageDescriptor(CDTSharedImages.IMG_OBJS_TUNIT_HEADER)
|
||||
: CDTSharedImages.getImageDescriptor(CDTSharedImages.IMG_OBJS_TUNIT);
|
||||
|
|
Loading…
Add table
Reference in a new issue