mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Cosmetics.
This commit is contained in:
parent
2550819036
commit
4b9a8ef359
1 changed files with 4 additions and 4 deletions
|
@ -861,8 +861,7 @@ public class TranslationUnit extends Openable implements ITranslationUnit {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
} catch (CoreException e) {
|
||||||
catch (CoreException e) {
|
|
||||||
CCorePlugin.log(e);
|
CCorePlugin.log(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1023,10 +1022,11 @@ public class TranslationUnit extends Openable implements ITranslationUnit {
|
||||||
ICElement[] children;
|
ICElement[] children;
|
||||||
try {
|
try {
|
||||||
children= getChildren();
|
children= getChildren();
|
||||||
} catch (CModelException exc) {
|
} catch (CModelException e) {
|
||||||
CCorePlugin.log(exc);
|
CCorePlugin.log(e);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (elementType) {
|
switch (elementType) {
|
||||||
case ICElement.C_FUNCTION:
|
case ICElement.C_FUNCTION:
|
||||||
case ICElement.C_FUNCTION_DECLARATION:
|
case ICElement.C_FUNCTION_DECLARATION:
|
||||||
|
|
Loading…
Add table
Reference in a new issue