mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +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);
|
||||
}
|
||||
}
|
||||
|
@ -1023,10 +1022,11 @@ public class TranslationUnit extends Openable implements ITranslationUnit {
|
|||
ICElement[] children;
|
||||
try {
|
||||
children= getChildren();
|
||||
} catch (CModelException exc) {
|
||||
CCorePlugin.log(exc);
|
||||
} catch (CModelException e) {
|
||||
CCorePlugin.log(e);
|
||||
return null;
|
||||
}
|
||||
|
||||
switch (elementType) {
|
||||
case ICElement.C_FUNCTION:
|
||||
case ICElement.C_FUNCTION_DECLARATION:
|
||||
|
|
Loading…
Add table
Reference in a new issue